Skip to content

Commit 803bad4

Browse files
committed
remove custom png
1 parent 98d9d66 commit 803bad4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Dockerfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ ENV \
2323
NGHTTP2_VERSION=1.35.1 \
2424
OPENJPEG_VERSION=2.3.0 \
2525
LIBJPEG_TURBO_VERSION=2.0.1 \
26-
LIBPNG_VERSION=1.6.36 \
2726
PKGCONFIG_VERSION=0.29.2 \
2827
PROJ_VERSION=5.2.0 \
2928
SZIP_VERSION=2.1.1 \
@@ -155,15 +154,6 @@ RUN \
155154
make -j ${NPROC} install; \
156155
cd ../..; rm -rf openjpeg
157156

158-
# png
159-
RUN \
160-
mkdir png; \
161-
wget -qO- http://prdownloads.sourceforge.net/libpng/libpng-$LIBPNG_VERSION.tar.gz \
162-
| tar xvz -C png --strip-components=1; cd png; \
163-
CFLAGS="-O2 -Wl,-S" ./configure --prefix=$PREFIX; \
164-
make -j $(NPROC) install; \
165-
cd ..; rm -rf png
166-
167157
# jpeg_turbo
168158
RUN \
169159
mkdir jpeg; \
@@ -200,7 +190,6 @@ RUN \
200190
--with-webp=${PREFIX} \
201191
--with-zstd=${PREFIX} \
202192
--with-jpeg=${PREFIX} \
203-
--with-png=${PREFIX} \
204193
--with-threads=yes \
205194
--with-curl=${PREFIX}/bin/curl-config \
206195
--without-python \

0 commit comments

Comments
 (0)