Merge pull request #1555 from Neilpang/dev

sync
This commit is contained in:
neil
2018-04-24 19:53:07 +08:00
committed by GitHub

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/*