We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8efae8 commit 999c0baCopy full SHA for 999c0ba
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
7
ARG CMAKE_BUILD_PARALLEL_LEVEL=8
8
ARG APP_LOCATION="geoserver"
9
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 \
+ && wget https://sourceforge.net/projects/libjpeg-turbo/files/2.0.6/libjpeg-turbo-2.0.6.tar.gz \
11
&& tar -zxf ./libjpeg-turbo-2.0.6.tar.gz \
12
&& cd libjpeg-turbo-2.0.6 && cmake -G"Unix Makefiles" && make deb \
13
&& dpkg -i ./libjpeg*.deb && apt-get -f install \
0 commit comments