We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e3b8e commit 86a61ebCopy full SHA for 86a61eb
modules/Dockerfile.alpine
@@ -14,7 +14,7 @@ COPY ./ /modules/
14
15
RUN apk update \
16
&& apk add linux-headers openssl-dev pcre2-dev zlib-dev openssl abuild \
17
- musl-dev libxslt libxml2-utils make mercurial gcc unzip git \
+ musl-dev libxslt libxml2-utils make gcc unzip git \
18
xz g++ coreutils curl \
19
# allow abuild as a root user \
20
&& printf "#!/bin/sh\\nSETFATTR=true /usr/bin/abuild -F \"\$@\"\\n" > /usr/local/bin/abuild \
0 commit comments