Skip to content

Commit 999c0ba

Browse files
authored
Update Dockerfile LibJPEG Turbo (#131)
1 parent f8efae8 commit 999c0ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
77
ARG CMAKE_BUILD_PARALLEL_LEVEL=8
88
ARG APP_LOCATION="geoserver"
99
RUN apt-get update && apt-get install -y unzip wget cmake nasm\
10-
&& wget https://nav.dl.sourceforge.net/project/libjpeg-turbo/2.0.6/libjpeg-turbo-2.0.6.tar.gz \
10+
&& wget https://sourceforge.net/projects/libjpeg-turbo/files/2.0.6/libjpeg-turbo-2.0.6.tar.gz \
1111
&& tar -zxf ./libjpeg-turbo-2.0.6.tar.gz \
1212
&& cd libjpeg-turbo-2.0.6 && cmake -G"Unix Makefiles" && make deb \
1313
&& dpkg -i ./libjpeg*.deb && apt-get -f install \

0 commit comments

Comments
 (0)