From a20e46142f94e3c5429f02aaf6719a2f7a9c6341 Mon Sep 17 00:00:00 2001 From: Luca Pasquali Date: Wed, 3 Feb 2021 17:18:58 +0100 Subject: [PATCH] removed libjepejturbo --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d5aa75..bb7d7e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,6 @@ ENV GRIB_CACHE_DIR="${GEOSERVER_HOME}/grib_cache_dir" # override at run time as needed JAVA_OPTS ENV INITIAL_MEMORY="2G" ENV MAXIMUM_MEMORY="4G" -ENV LD_LIBRARY_PATH="/opt/libjpeg-turbo/lib64" ENV JAIEXT_ENABLED="true" ENV GEOSERVER_OPTS=" \ @@ -99,7 +98,6 @@ RUN apt-get update \ # copy from mother -COPY --from=mother "/opt/libjpeg-turbo" "/opt/libjpeg-turbo" COPY --from=mother "/output/datadir" "${GEOSERVER_DATA_DIR}" COPY --from=mother "/output/webapp/geoserver" "${CATALINA_BASE}/webapps/geoserver" COPY --from=mother "/output/plugins" "${CATALINA_BASE}/webapps/geoserver/WEB-INF/lib"