Add missing package to docker image

Issue #1552
This commit is contained in:
Oleg Rakovitch 2018-04-23 18:34:15 +03:00 committed by GitHub
parent 66686de4e4
commit 8259e82787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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