Unverified Commit 8259e827 authored by Oleg Rakovitch's avatar Oleg Rakovitch Committed by GitHub
Browse files

Add missing package to docker image

Issue #1552
parent 66686de4
......@@ -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