Merge pull request #6 from linuxserver/standard-tools

add coreutils package to give standard gnu filetools etc
This commit is contained in:
sparklyballs 2016-10-07 08:28:15 +01:00 committed by GitHub
commit 38327507e5

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 \