Skip to content

Commit c413983

Browse files
copy the .so directly
1 parent 2b70c72 commit c413983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

image/base/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ RUN ln -s /usr/local/bin/magick /usr/local/bin/animate &&\
142142
test $(magick -version | grep -o -e png -e tiff -e jpeg -e freetype -e heic -e webp | wc -l) -eq 6
143143

144144
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
145+
COPY --from=jemalloc_builder /usr/lib/libjemalloc.so /usr/lib
147146
COPY --from=oxipng_builder /usr/local/bin/jhead /usr/local/bin
148147
COPY --from=oxipng_builder /usr/local/bin/oxipng /usr/local/bin
149148

0 commit comments

Comments
 (0)