Skip to content

Commit

Permalink
Add commons-math3-3.6.1 to Geoserver directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp committed Feb 27, 2024
1 parent 4e59760 commit 9e045d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ RUN wget --progress=bar:force:noscroll -c \
-O /opt/additional_libs/geoserver-${STABLE_EXTENSIONS_VERSION}-SNAPSHOT-monitor-plugin.zip && \
unzip -q -o -d ${GEOSERVER_LIB_DIR} /opt/additional_libs/geoserver-${STABLE_EXTENSIONS_VERSION}-SNAPSHOT-monitor-plugin.zip "*.jar"

# Commons-math3 is used by the monitoring plugin
RUN wget --progress=bar:force:noscroll -c \
https://downloads.apache.org/commons/math/binaries/commons-math3-3.6.1-bin.zip \
-O /opt/additional_libs/commons-math3-3.6.1-bin.zip && \
unzip -q -o -d ${GEOSERVER_LIB_DIR} /opt/additional_libs/commons-math3-3.6.1-bin.zip "commons-math3-3.6.1/commons-math3-3.6.1.jar"

# Cloud Optimized GeoTIFF plugin
RUN wget --progress=bar:force:noscroll -c \
${COMMUNITY_EXTENSIONS_URL}/geoserver-${COMMUNITY_EXTENSIONS_VERSION}-SNAPSHOT-cog-plugin.zip \
Expand Down

0 comments on commit 9e045d7

Please sign in to comment.