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 2b70c72 commit c413983Copy full SHA for c413983
image/base/Dockerfile
@@ -142,8 +142,7 @@ RUN ln -s /usr/local/bin/magick /usr/local/bin/animate &&\
142
test $(magick -version | grep -o -e png -e tiff -e jpeg -e freetype -e heic -e webp | wc -l) -eq 6
143
144
COPY --from=thpoff_builder /usr/local/sbin/thpoff /usr/local/sbin
145
-COPY --from=jemalloc_builder /usr/lib/libjemalloc.so.2 /usr/lib
146
-RUN ln -s /usr/lib/libjemalloc.so.2 /usr/lib/libjemalloc.so
+COPY --from=jemalloc_builder /usr/lib/libjemalloc.so /usr/lib
147
COPY --from=oxipng_builder /usr/local/bin/jhead /usr/local/bin
148
COPY --from=oxipng_builder /usr/local/bin/oxipng /usr/local/bin
149
0 commit comments