diff options
| -rw-r--r-- | docker/Dockerfile.alpine | 2 |
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 |
