This commit is contained in:
Mike 2024-01-14 19:28:48 +02:00
parent 05fad8dbc6
commit f6ccf1b09a
2 changed files with 3 additions and 3 deletions

View File

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

2
runme
View File

@ -1 +1 @@
docker run -it --rm -v/pijul:/pijul pijul