We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1103ee5 commit da9d965Copy full SHA for da9d965
docker/Dockerfile
@@ -33,6 +33,12 @@ RUN python3 -m venv $VIRTUAL_ENV
33
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
34
RUN pip install --upgrade pip
35
36
+
37
+# Use ARG trick with to allow triggering a docker cache miss at this point.
38
+# Depends `--build-arg` usage, e.g. as done from jenkinslib
39
+ARG CACHE_DATE=0 PACKAGE_NAME=0
40
41
42
# Install openeo-aggregator
43
COPY --chown=openeo docker/requirements.txt .
44
RUN pip install -r requirements.txt
0 commit comments