Skip to content

Commit

Permalink
Update Dockerfile based on comments. Use https.
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacchi committed Oct 1, 2024
1 parent bf0f584 commit 77e17c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/base-images/gdal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ARG TAG=latest
#FROM geoservercloud/gs-cloud-base-jre:$TAG as builder
FROM eclipse-temurin:11-jdk as builder

Expand All @@ -9,7 +8,6 @@ ENV GDAL_PATH /usr/share/gdal
ENV GDAL_DATA $GDAL_PATH/3.8.4
ENV PATH $GDAL_PATH:$PATH
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/lib/jni:/usr/share/java:/usr/local/lib/:/usr/lib/
ENV ANT_VERSION 1.9.16

#
# GDAL INSTALLATION
Expand Down

0 comments on commit 77e17c9

Please # to comment.