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 ffd81a9 commit 7554a54Copy full SHA for 7554a54
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:8-slim
+FROM debian:10-slim
2
3
RUN apt-get update \
4
&& apt-get install autoconf libtool nasm libpng-dev automake pkg-config build-essential wget \
@@ -10,5 +10,5 @@ RUN tar -xzvf mozjpeg-3.3.1.tar.gz
10
WORKDIR /src/mozjpeg-3.3.1
11
12
RUN autoreconf -fiv \
13
- && ./configure LDFLAGS=-static libpng_LIBS='/usr/lib/x86_64-linux-gnu/libpng12.a -lz' --enable-static --disable-shared \
+ && ./configure LDFLAGS=-static libpng_LIBS='/usr/lib/x86_64-linux-gnu/libpng16.a -lz' --enable-static --disable-shared \
14
&& make -j8
0 commit comments