This commit is contained in:
Mike 2024-01-14 18:54:48 +02:00
parent 09261c9f8f
commit 1d115acd63
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ 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"
ENV PATH=$PATH:~/.cargo/bin