File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 77 - DL3018 # Pin versions in apk add
88 - DL3033 # Pin versions in yum install
99 - DL3041 # Pin versions in dnf install
10- - DL3042 # Avoid use of cache directory with pip
1110 - DL3047 # Avoid use of wget without progress bar
1211 - DL3059 # Multiple consecutive RUN instructions
1312 - DL4001 # Either use Wget or Curl but not both
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN bash -c "python3.10 -m pip install virtualenv \
6464RUN wget https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-linux.zip \
6565 && unzip ninja-linux.zip \
6666 && mv ninja /usr/bin
67- RUN python3.10 -m pip install meson
67+ RUN python3.10 -m pip install --no-cache-dir meson
6868RUN ln -s /usr/local/bin/python3.10 /usr/bin/python3
6969RUN cd /depends \
7070 && ./install_openjpeg.sh \
You can’t perform that action at this time.
0 commit comments