This commit is contained in:
Mike 2024-01-14 18:15:23 +02:00
parent f075d7441f
commit 09261c9f8f
1 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,4 @@ FROM alpine:latest
RUN apk update && apk upgrade --no-cache
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev xxhash zstd-libs
RUN cargo install pijul --version "~1.0.0-beta"
CMD /root/.cargo/bin/pijul -V