Browse Source

add socat

pull/1017/head
neilpang 7 years ago
parent
commit
a6b399286e
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save