We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fe494 commit fe33fadCopy full SHA for fe33fad
modules/Dockerfile.alpine
@@ -14,7 +14,7 @@ RUN set -ex \
14
&& apk update \
15
&& apk add linux-headers openssl-dev pcre-dev zlib-dev openssl abuild \
16
musl-dev libxslt libxml2-utils make mercurial gcc unzip git \
17
- xz g++ \
+ xz g++ coreutils \
18
# allow abuild as a root user \
19
&& printf "#!/bin/sh\\n/usr/bin/abuild -F \"\$@\"\\n" > /usr/local/bin/abuild \
20
&& chmod +x /usr/local/bin/abuild \
0 commit comments