Skip to content

Commit

Permalink
rm mercurial cause it's replaced by git
Browse files Browse the repository at this point in the history
  • Loading branch information
pengcheng committed Jan 7, 2025
1 parent f227279 commit 9f8b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./ /modules/

RUN apk update \
&& apk add linux-headers openssl-dev pcre2-dev zlib-dev openssl abuild \
musl-dev libxslt libxml2-utils make mercurial gcc unzip git \
musl-dev libxslt libxml2-utils make gcc unzip git \
xz g++ coreutils curl \
# allow abuild as a root user \
&& printf "#!/bin/sh\\nSETFATTR=true /usr/bin/abuild -F \"\$@\"\\n" > /usr/local/bin/abuild \
Expand Down

0 comments on commit 9f8b8c7

Please sign in to comment.