Skip to content
Snippets Groups Projects

Merge both "pip install" RUN commands in tox/Dockerfile

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -7,9 +7,7 @@ USER jenkins
RUN mkdir -p /home/jenkins/.cache/pip
RUN --mount=type=cache,id=pip-cache,target=/home/jenkins/.cache/pip,uid=115,gid=120 \
python3 -m pip install --user --upgrade \
pip setuptools wheel twine tox
RUN --mount=type=cache,id=pip-cache,target=/home/jenkins/.cache/pip,uid=115,gid=120 \
python3 -m pip install --user --upgrade --no-warn-script-location \
pip setuptools wheel twine tox \
Radon pylint coverage codespell pyarcanist
Loading