We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78ffd49 + 5839c35 commit 936a4feCopy full SHA for 936a4fe
docker/Dockerfile
@@ -27,7 +27,7 @@ LABEL org.opencontainers.image.licenses=AGPL
27
LABEL org.opencontainers.image.vendor="Retigra"
28
LABEL org.opencontainers.image.authors="info@retigra.nl"
29
30
-RUN apt-get update && apt-get install -y imagemagick && apt-get clean
+RUN apt-get update && apt-get install -y imagemagick git && apt-get clean
31
32
COPY --from=builder --chown=app:app /app/.venv /app/.venv
33
COPY --from=builder --chown=app:app /app/zabbixci /app/zabbixci
0 commit comments