File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ ARG ERDDAP_CONTENT_URL="https://github.com/ERDDAP/erddapContent/archive/refs/tag
4545ARG ERDDAP_WAR_URL="https://github.com/ERDDAP/erddap/releases/download/v${ERDDAP_VERSION}/erddap.war"
4646ENV ERDDAP_bigParentDirectory /erddapData
4747
48+ # Temporary workaround. See https://github.com/axiom-data-science/docker-erddap/pull/91#issuecomment-2452171571
49+ ENV TOMCAT_AMD64_IMAGE="tomcat:10.1.26-jdk21-temurin-jammy@sha256:18952effb643bf192799e4ab2ca7c121d58871e96e5709fb5d405f4682a9aae7"
50+ ENV TOMCAT_ARM64_IMAGE="tomcat:10.1.26-jdk21-temurin-jammy@sha256:4775c2227f16ee2726a35a1e97f43bfcb1a085cad23e169b1066ec9603826d8b"
51+
4852RUN apt-get update && apt-get install -y unzip xmlstarlet \
4953 && if ! command -v gosu &> /dev/null; then apt-get install -y gosu; fi \
5054 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments