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 && \
|
tar && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
|
coreutils \
|
||||||
tzdata && \
|
tzdata && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
--repository http://nl.alpinelinux.org/alpine/edge/community \
|
--repository http://nl.alpinelinux.org/alpine/edge/community \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue