Skip to content

Commit 936a4fe

Browse files
🔀 Merge pull request #210 from retigra/ssh-dependencies-missing-in-docker-build
🐛 Ssh dependencies missing in docker build
2 parents 78ffd49 + 5839c35 commit 936a4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL org.opencontainers.image.licenses=AGPL
2727
LABEL org.opencontainers.image.vendor="Retigra"
2828
LABEL org.opencontainers.image.authors="info@retigra.nl"
2929

30-
RUN apt-get update && apt-get install -y imagemagick && apt-get clean
30+
RUN apt-get update && apt-get install -y imagemagick git && apt-get clean
3131

3232
COPY --from=builder --chown=app:app /app/.venv /app/.venv
3333
COPY --from=builder --chown=app:app /app/zabbixci /app/zabbixci

0 commit comments

Comments
 (0)