This commit is contained in:
Mike 2024-01-15 07:29:40 +02:00
parent f1659cd5d0
commit 2b08bd383b
1 changed files with 4 additions and 1 deletions

View File

@ -4,4 +4,7 @@ RUN apk update && apk upgrade --no-cache
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev xxhash
RUN cargo install pijul --version "~1.0.0-beta"
RUN echo "export PATH=$PATH:~/.cargo/bin" >> /etc/profile
RUN apk add bash
RUN echo "export PATH=$PATH:~/.cargo/bin" >> /root/.bashrc
CMD ["bash"]