aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Kehrer <paul.l.kehrer@gmail.com>2021-02-15 11:34:35 -0600
committerGravatar GitHub <noreply@github.com>2021-02-15 09:34:35 -0800
commit9afe4f5915de1d76d9f190495977ef67068907da (patch)
tree31bbf6633b3c4631db506c54313e1bbb0a931d09
parent198bf3f1123f81e03d6bc759a557a0f139492075 (diff)
add jasper and libxml2 to graphicsmagick container (#5200)
-rw-r--r--projects/graphicsmagick/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile
index 47eacd74..97f3a561 100644
--- a/projects/graphicsmagick/Dockerfile
+++ b/projects/graphicsmagick/Dockerfile
@@ -31,6 +31,8 @@ RUN git clone --depth 1 https://github.com/pnggroup/libpng
RUN git clone --depth 1 https://github.com/mm2/Little-CMS
RUN git clone https://git.ghostscript.com/ghostpdl.git
RUN git clone --depth 1 https://gitlab.com/federicomenaquintero/bzip2.git
+RUN git clone --depth 1 https://github.com/jasper-software/jasper
+RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git
WORKDIR graphicsmagick
COPY build.sh $SRC/