Skip to content

Commit

Permalink
Merge pull request #35 from MaxDragonheart/bug_error_default_jdk_libg…
Browse files Browse the repository at this point in the history
…idal_java

bug RUN apt-get install -y default-jdk libgdal-java
  • Loading branch information
MaxDragonheart authored Dec 2, 2022
2 parents 8fa6ff8 + c0026bd commit ff177e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ GS_INITIAL_MEMORY=1G
GS_MAXIMUM_MEMORY=4G
TOMCAT_MAJOR=9
TOMCAT_MINOR=0
TOMCAT_PATCH=67
TOMCAT_PATCH=69
4 changes: 3 additions & 1 deletion geoserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# ULGIS as Layer
FROM maxdragonheart/ulgis:latest as gis-os
RUN apt-get update -y && apt-get upgrade -y && apt-get -y autoremove

WORKDIR /
# Disable Prompt During Packages Installation
ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -18,7 +20,7 @@ RUN apt-get install -y \
## Environment Variables
ARG TOMCAT_MAJOR=9
ARG TOMCAT_MINOR=0
ARG TOMCAT_PATCH=67
ARG TOMCAT_PATCH=69
ARG TOMCAT_VERSION=${TOMCAT_MAJOR}.${TOMCAT_MINOR}.${TOMCAT_PATCH}
ARG CATALINA_HOME=/opt/tomcat
ARG GS_HTTP_PORT=8300
Expand Down

0 comments on commit ff177e7

Please sign in to comment.