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

View File

@ -1,3 +1,6 @@
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