Skip to content

Commit fe33fad

Browse files
committed
modules/Dockerfile.alpine: added coreutils to use proper tr
1 parent f3fe494 commit fe33fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex \
1414
&& apk update \
1515
&& apk add linux-headers openssl-dev pcre-dev zlib-dev openssl abuild \
1616
musl-dev libxslt libxml2-utils make mercurial gcc unzip git \
17-
xz g++ \
17+
xz g++ coreutils \
1818
# allow abuild as a root user \
1919
&& printf "#!/bin/sh\\n/usr/bin/abuild -F \"\$@\"\\n" > /usr/local/bin/abuild \
2020
&& chmod +x /usr/local/bin/abuild \

0 commit comments

Comments
 (0)