Skip to content

Commit 2be1e53

Browse files
authored
libheif build process has changed
1 parent 4f5b73e commit 2be1e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/imagick/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WORKDIR ${IMAGICK_BUILD_DIR}
3232
RUN curl -Ls -o libheif.tar.gz https://github.com/strukturag/libheif/releases/download/v1.17.5/libheif-1.17.5.tar.gz
3333
RUN tar xzf libheif.tar.gz
3434
WORKDIR ${IMAGICK_BUILD_DIR}/libheif-1.17.5
35-
RUN ./configure --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR}
35+
RUN cmake --preset=release --prefix ${INSTALL_DIR} --exec-prefix ${INSTALL_DIR}
3636
RUN make -j $(nproc)
3737
RUN make install
3838

0 commit comments

Comments
 (0)