diff --git a/modules/Dockerfile.alpine b/modules/Dockerfile.alpine
index 0ea49f5ce9a9b6d033dad256cdfa041f7b55f489..2cdb29366b2fcc38bd8814e87f4b0da6bf84fb15 100644
--- a/modules/Dockerfile.alpine
+++ b/modules/Dockerfile.alpine
@@ -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 \