Skip to content

Commit 5e0a69c

Browse files
committed
Add comment
1 parent cf5db52 commit 5e0a69c

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
@@ -8,7 +8,7 @@ ENV IMAGICK_BUILD_DIR=${BUILD_DIR}/imagick
88
RUN mkdir -p ${IMAGICK_BUILD_DIR}
99
RUN LD_LIBRARY_PATH= yum -y install libpng-devel libjpeg-devel lcms2-devel ImageMagick-devel
1010

11-
# Compile libwebp
11+
# Compile libwebp since AL2 ships with v0.3, and v0.4 or higher is required to builder the other libs
1212
WORKDIR ${IMAGICK_BUILD_DIR}
1313
RUN curl -Ls -o libwebp.tar.gz https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.0.tar.gz
1414
RUN tar xzf libwebp.tar.gz

0 commit comments

Comments
 (0)