Skip to content

Commit

Permalink
avoid Dockefile caching
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Feb 22, 2024
1 parent 8977931 commit 874ad1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM --platform=linux/x86_64 axiom/docker-erddap:2.23-jdk17-openjdk
# Install related packages
RUN apt-get update
RUN apt-get install -y git python3-pip
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
RUN pip install git+https://github.com/HakaiInstitute/erddap-deploy.git@v1

ARG HOST_PORT=${HOST_PORT:-8080}
Expand Down

0 comments on commit 874ad1e

Please sign in to comment.