This commit is contained in:
Mike 2024-05-15 10:02:14 +03:00
parent 50fa691260
commit 95a49d9ea6

View file

@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk update && apk upgrade --no-cache
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev xxhash
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev
RUN cargo install pijul --version "~1.0.0-beta"