This commit is contained in:
Mike 2024-01-14 19:37:31 +02:00
parent ebdf1c4c05
commit 9c095aa020
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +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
# RUN cargo install pijul --version "~1.0.0-beta"
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev xxhash
RUN cargo install pijul --version "~1.0.0-beta"
ENV PATH="${PATH}:~/.cargo/bin"