Skip to content

Commit

Permalink
fixup! Docker build: make sure to bust cache before installing openeo…
Browse files Browse the repository at this point in the history
…-aggregator
  • Loading branch information
soxofaan committed Jan 10, 2025
1 parent da9d965 commit 2aaca50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN pip install --upgrade pip
# Use ARG trick with to allow triggering a docker cache miss at this point.
# Depends `--build-arg` usage, e.g. as done from jenkinslib
ARG CACHE_DATE=0 PACKAGE_NAME=0
RUN echo $CACHE_DATE $PACKAGE_NAME


# Install openeo-aggregator
Expand Down

0 comments on commit 2aaca50

Please sign in to comment.