Browse Source

Merge pull request #1553 from OlegRakovitch/patch-2

 Add missing package to docker image
neil 7 years ago
parent
commit
03f4518da9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
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/*