Skip to content

Commit

Permalink
Merge pull request #4 from delta10/fix/add-common-math3
Browse files Browse the repository at this point in the history
Add commons-math3-3.6.1 to Geoserver directory
  • Loading branch information
bartjkdp authored Feb 27, 2024
2 parents 4e59760 + 9e045d7 commit 3ce11bd
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 3ce11bd

Please sign in to comment.