File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ WORKDIR ${IMAGICK_BUILD_DIR}
3232RUN curl -Ls -o libheif.tar.gz https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz
3333RUN tar xzf libheif.tar.gz
3434WORKDIR ${IMAGICK_BUILD_DIR}/libheif-1.17.5
35- RUN cmake --preset=release --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR}
35+ RUN cmake --preset=release --prefix ${INSTALL_DIR}
3636RUN make -j $(nproc)
3737RUN make install
3838
@@ -41,7 +41,7 @@ WORKDIR ${IMAGICK_BUILD_DIR}
4141RUN curl -Ls -o ghostscript.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/ghostscript-9.56.1.tar.gz
4242RUN tar xzf ghostscript.tar.gz
4343WORKDIR ${IMAGICK_BUILD_DIR}/ghostscript-9.56.1
44- RUN ./configure --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR} --without-x
44+ RUN ./configure --install- prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR} --without-x
4545RUN make -j $(nproc)
4646RUN cp bin/gs /tmp/gs
4747
You can’t perform that action at this time.
0 commit comments