From e31f59e3a7b73d63d0f83bc789f217d28e8ca331 Mon Sep 17 00:00:00 2001 From: Bart Jeukendrup Date: Tue, 18 Jun 2024 11:38:40 +0200 Subject: [PATCH] fix: link to COG HTTP plugin --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f55e0d4..feded1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -150,9 +150,9 @@ RUN wget --progress=bar:force:noscroll -c \ # Cloud Optimized GeoTIFF plugin RUN wget --progress=bar:force:noscroll -c \ - ${COMMUNITY_EXTENSIONS_URL}/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-plugin.zip \ - -O /opt/additional_libs/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-plugin.zip && \ - unzip -q -o -d ${GEOSERVER_LIB_DIR} /opt/additional_libs/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-plugin.zip "*.jar" + ${COMMUNITY_EXTENSIONS_URL}/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-http-plugin.zip \ + -O /opt/additional_libs/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-http-plugin.zip && \ + unzip -q -o -d ${GEOSERVER_LIB_DIR} /opt/additional_libs/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-http-plugin.zip "*.jar" # Keycloak plugin RUN wget --progress=bar:force:noscroll -c \