Skip to content

Commit 2aaca50

Browse files
committed
fixup! Docker build: make sure to bust cache before installing openeo-aggregator
1 parent da9d965 commit 2aaca50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN pip install --upgrade pip
3737
# Use ARG trick with to allow triggering a docker cache miss at this point.
3838
# Depends `--build-arg` usage, e.g. as done from jenkinslib
3939
ARG CACHE_DATE=0 PACKAGE_NAME=0
40+
RUN echo $CACHE_DATE $PACKAGE_NAME
4041

4142

4243
# Install openeo-aggregator

0 commit comments

Comments
 (0)