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 462df3b commit e7d12e7Copy full SHA for e7d12e7
docker/Dockerfile-fedora34
@@ -49,7 +49,7 @@ RUN <<EOF
49
dnf clean all && rm -rf /var/cache/dnf/*
50
EOF
51
52
-RUN pip3 install --no-cache-dir tox==3.24.1
+RUN pip3 install --no-cache-dir tox==3.24.1 virtualenv==20.26.4
53
54
WORKDIR /tmp/work
55
ENTRYPOINT ["/bin/bash"]
docker/Dockerfile-fedora36
-RUN pip3 install --no-cache-dir tox==3.25.1
+RUN pip3 install --no-cache-dir tox==3.25.1 virtualenv==20.26.4
0 commit comments