From 86a61eb483d3c7288562d21933db6ad8e0748d17 Mon Sep 17 00:00:00 2001
From: pengcheng <pengcheng.wang@rea-group.com>
Date: Tue, 7 Jan 2025 16:29:41 +0800
Subject: [PATCH] rm mercurial cause it's replaced by git

---
 modules/Dockerfile.alpine | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Dockerfile.alpine b/modules/Dockerfile.alpine
index 0ea49f5..2cdb293 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 \
-- 
GitLab