Browse Source

Merge pull request #1555 from Neilpang/dev

sync
pull/1558/head
neil 7 years ago
committed by GitHub
parent
commit
edb4d066a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

1
Dockerfile

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

Loading…
Cancel
Save