This commit is contained in:
Mike 2024-01-14 17:21:35 +02:00
parent dacaf40ac1
commit 6a9ddae9d7
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
FROM alpine:latest
RUN apk update && apk upgrade && apk add openssh pkgconf cargo opensshl xxhash zstd-libs
RUN apk update && apk upgrade
#apk add openssh pkgconf cargo opensshl xxhash zstd-libs