File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,6 @@ RUN cd /usr/local/tomcat/webapps \
3030
3131VOLUME $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
4334RUN mkdir -p /usr/local/tomcat/tmp
4435WORKDIR /usr/local/tomcat/tmp
You can’t perform that action at this time.
0 commit comments