This commit is contained in:
Mike 2024-01-14 19:34:24 +02:00
parent b7ff6d21ee
commit ebdf1c4c05
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ 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 cargo install pijul --version "~1.0.0-beta"
ENV PATH="${PATH}:~/.cargo/bin"