Browse Source

Add missing package to docker image

Issue #1552
pull/1553/head
Oleg Rakovitch 7 years ago
committed by GitHub
parent
commit
8259e82787
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