Skip to content

Commit

Permalink
fix: link to COG HTTP plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp committed Jun 18, 2024
1 parent 018f444 commit e31f59e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e31f59e

Please sign in to comment.