1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

Merge pull request #1553 from OlegRakovitch/patch-2

Add missing package to docker image
This commit is contained in:
neil
2018-04-23 23:39:56 +08:00
committed by GitHub
+1
View File
@@ -3,6 +3,7 @@ FROM alpine:3.6
RUN apk update -f \
&& apk --no-cache add -f \
openssl \
coreutils \
curl \
socat \
&& rm -rf /var/cache/apk/*