add socat

This commit is contained in:
neilpang 2017-09-09 14:15:11 +08:00
parent 53273a15bf
commit a6b399286e
1 changed files with 1 additions and 1 deletions

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