diff --git a/tox/Dockerfile b/tox/Dockerfile index 8b7423c..842da22 100644 --- a/tox/Dockerfile +++ b/tox/Dockerfile @@ -1,14 +1,14 @@ # syntax=docker/dockerfile:experimental ARG REGISTRY=swh-jenkins FROM $REGISTRY/base-buster LABEL maintainer="SoftwareHeritage" 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 --no-warn-script-location \ pip setuptools wheel twine tox \ - Radon pylint coverage codespell pyarcanist && \ + Radon pylint coverage codespell pyarcanist pre-commit && \ python3 -m virtualenv --upgrade-embed-wheels