Skip to content

Commit

Permalink
Update Dockerfile LibJPEG Turbo (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomorder authored Nov 8, 2023
1 parent f8efae8 commit 999c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG CMAKE_BUILD_PARALLEL_LEVEL=8
ARG APP_LOCATION="geoserver"
RUN apt-get update && apt-get install -y unzip wget cmake nasm\
&& 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 \
&& tar -zxf ./libjpeg-turbo-2.0.6.tar.gz \
&& cd libjpeg-turbo-2.0.6 && cmake -G"Unix Makefiles" && make deb \
&& dpkg -i ./libjpeg*.deb && apt-get -f install \
Expand Down

0 comments on commit 999c0ba

Please sign in to comment.