Unverified Commit 03f4518d authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1553 from OlegRakovitch/patch-2

 Add missing package to docker image
parents 66686de4 8259e827
......@@ -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/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment