1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-19 05:46:23 +00:00

add socat

This commit is contained in:
neilpang 2017-09-09 14:15:11 +08:00
parent 53273a15bf
commit a6b399286e

View File

@ -4,7 +4,7 @@ RUN apk update -f \
&& apk --no-cache add -f \ && apk --no-cache add -f \
openssl \ openssl \
curl \ curl \
netcat-openbsd \ socat \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
ENV LE_CONFIG_HOME /acme.sh ENV LE_CONFIG_HOME /acme.sh