Merge pull request #6 from linuxserver/standard-tools
add coreutils package to give standard gnu filetools etc
This commit is contained in:
commit
38327507e5
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue