We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8598f commit d43b94cCopy full SHA for d43b94c
Dockerfile
@@ -40,6 +40,6 @@ RUN . /etc/os-release && \
40
python3.8 \
41
python3.8-venv \
42
&& \
43
- pip3 install tox && \
+ pip3 install tox virtualenv && \
44
apt-get --purge autoremove -y gnupg && \
45
rm -rf /var/cache/apt/lists
0 commit comments