.
This commit is contained in:
parent
50fa691260
commit
95a49d9ea6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev
|
||||
|
||||
RUN cargo install pijul --version "~1.0.0-beta"
|
||||
|
||||
|
|
Loading…
Reference in a new issue