We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5db52 commit 5e0a69cCopy full SHA for 5e0a69c
layers/imagick/Dockerfile
@@ -8,7 +8,7 @@ ENV IMAGICK_BUILD_DIR=${BUILD_DIR}/imagick
8
RUN mkdir -p ${IMAGICK_BUILD_DIR}
9
RUN LD_LIBRARY_PATH= yum -y install libpng-devel libjpeg-devel lcms2-devel ImageMagick-devel
10
11
-# Compile libwebp
+# Compile libwebp since AL2 ships with v0.3, and v0.4 or higher is required to builder the other libs
12
WORKDIR ${IMAGICK_BUILD_DIR}
13
RUN curl -Ls -o libwebp.tar.gz https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.0.tar.gz
14
RUN tar xzf libwebp.tar.gz
0 commit comments