Skip to content

Commit b846335

Browse files
authored
docs(examples): hadolint insists on --no-cache-dir, even though we already take care of this in s2i env variables (#1689)
1 parent 7f2e477 commit b846335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jupyterlab-with-elyra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ numpy~=2.2.3
6868
EOF
6969

7070
RUN echo "Installing software and packages" && \
71-
pip install -r requirements.txt && \
71+
pip install --no-cache-dir -r requirements.txt && \
7272
rm -f ./Pipfile.lock && \
7373
# Prepare directories for elyra runtime configuration
7474
mkdir /opt/app-root/runtimes && \

0 commit comments

Comments
 (0)