summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMister_X <MisterX2000@users.noreply.github.com>2025-04-02 02:26:13 +0200
committerMister_X <MisterX2000@users.noreply.github.com>2025-04-02 02:26:13 +0200
commit739d321111362a2e8859c474fe5eadae79dd9e90 (patch)
tree1c3c618fdd3d3019387bd28609982411ba2c92d9
parent3dfcb2bdfd5a431fed54c9fc4f272f346ff64e1c (diff)
fix alpine docker
-rw-r--r--docker/Dockerfile.alpine2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine
index 1a9e8a95e..d3618a3a1 100644
--- a/docker/Dockerfile.alpine
+++ b/docker/Dockerfile.alpine
@@ -38,7 +38,7 @@ COPY --from=wkhtmltopdf /lib/libwkhtmltox* /lib/
# Install needed packages not in base image
# (curl for sh scripts in /bin, imagemagick, xvfb, ghostscript, wkhtmltopdf, and apache-ant for building)
-RUN apk add --no-cache curl imagemagick xvfb ghostscript apache-ant
+RUN apk add --no-cache curl git imagemagick xvfb ghostscript apache-ant
# set current working dir
WORKDIR /opt