add coreutils package to give standard gnu filetools etc

This commit is contained in:
sparklyballs 2016-10-07 08:21:42 +01:00
parent 142bfa1923
commit 0ac86e5316

View file

@ -17,6 +17,7 @@ RUN \
tar && \
apk add --no-cache \
bash \
coreutils \
tzdata && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \