Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing package to docker image
Issue #1552
  • Loading branch information
Oleg Rakovitch committed Apr 23, 2018
1 parent 66686de commit 8259e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -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/*
Expand Down

0 comments on commit 8259e82

Please sign in to comment.