This commit is contained in:
Mike 2024-01-14 18:57:27 +02:00
parent 1d115acd63
commit 97220ac7ae
1 changed files with 1 additions and 1 deletions

View File

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