浏览代码

Merge pull request #1553 from OlegRakovitch/patch-2

 Add missing package to docker image
neil 7 年之前
父节点
当前提交
03f4518da9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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/*