This commit is contained in:
Mike 2024-01-14 17:44:18 +02:00
parent 3fa0120dc5
commit a6f65cf7ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk update && apk upgrade --no-cache
RUN apk add openssh pkgconf cargo openssl libsodium xxhash zstd-libs
RUN apk add openssh pkgconf cargo openssl-dev libsodium-dev xxhash zstd-libs