Skip to content

Commit 7554a54

Browse files
Switch Linux-build Debian version to Debian 10 (current stable) (#61)
1 parent ffd81a9 commit 7554a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:8-slim
1+
FROM debian:10-slim
22

33
RUN apt-get update \
44
&& 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
1010
WORKDIR /src/mozjpeg-3.3.1
1111

1212
RUN autoreconf -fiv \
13-
&& ./configure LDFLAGS=-static libpng_LIBS='/usr/lib/x86_64-linux-gnu/libpng12.a -lz' --enable-static --disable-shared \
13+
&& ./configure LDFLAGS=-static libpng_LIBS='/usr/lib/x86_64-linux-gnu/libpng16.a -lz' --enable-static --disable-shared \
1414
&& make -j8

0 commit comments

Comments
 (0)