This commit is contained in:
Mike 2024-01-14 18:13:02 +02:00
parent c9c8951db5
commit f075d7441f
1 changed files with 3 additions and 1 deletions

View File

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