Skip to content

Commit f792313

Browse files
committed
Removed deprecated libs
1 parent d2d7409 commit f792313

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker/geoserver/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ RUN cd /usr/local/tomcat/webapps \
3030

3131
VOLUME $GEOSERVER_DATA_DIR
3232

33-
# no longer used since 2.24.2
34-
#ENV GEOSERVER_LIB_DIR="/usr/local/tomcat/webapps/geoserver/WEB-INF/lib"
35-
#RUN wget --no-check-certificate https://repo1.maven.org/maven2/org/postgis/postgis-jdbc/1.3.3/postgis-jdbc-1.3.3.jar -O postgis-jdbc-1.3.3.jar && \
36-
# wget --no-check-certificate https://maven.geo-solutions.it/org/hibernatespatial/hibernate-spatial-postgis/1.1.3.2/hibernate-spatial-postgis-1.1.3.2.jar -O hibernate-spatial-postgis-1.1.3.2.jar && \
37-
# rm $GEOSERVER_LIB_DIR/hibernate-spatial-h2-geodb-1.1.3.2.jar && \
38-
# mv hibernate-spatial-postgis-1.1.3.2.jar $GEOSERVER_LIB_DIR && \
39-
# mv postgis-jdbc-1.3.3.jar $GEOSERVER_LIB_DIR
40-
41-
4233
# copy the script and perform the run of scripts from entrypoint.sh
4334
RUN mkdir -p /usr/local/tomcat/tmp
4435
WORKDIR /usr/local/tomcat/tmp

0 commit comments

Comments
 (0)