Skip to content
Snippets Groups Projects
Unverified Commit 09718468 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Update Dockerfile

parent 7e4da053
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ RUN make install ...@@ -43,7 +43,7 @@ RUN make install
WORKDIR / WORKDIR /
RUN mkdir /imagemagick RUN mkdir /imagemagick
RUN curl -SL https://www.imagemagick.org/download/ImageMagick.tar.gz | tar -zxC /imagemagick RUN curl -SL https://www.imagemagick.org/download/ImageMagick.tar.gz | tar -zxC /imagemagick
WORKDIR /imagemagick/ImageMagick-7.1.0-4 WORKDIR /imagemagick/ImageMagick-7.1.0-5
RUN ./configure --with-modules RUN ./configure --with-modules
RUN make install RUN make install
RUN ldconfig /usr/local/lib RUN ldconfig /usr/local/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment