Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 534ce16

Browse files
authored
Fix missing dependency warning
Thank you @AnotherFoxGuy for figuring this one out in https://github.com/netlify/build-image/pull/209/files
1 parent 4c24d21 commit 534ce16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
107107
libgif-dev \
108108
libglib2.0-dev \
109109
libgmp3-dev \
110-
libgraphicsmagick3 \
110+
libgraphicsmagick-q16-3 \
111111
libgtk-3-0 \
112112
libgtk2.0-0 \
113113
libicu-dev \

0 commit comments

Comments
 (0)