Skip to content

Commit d43b94c

Browse files
committed
Add virtualenv
1 parent dc8598f commit d43b94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ RUN . /etc/os-release && \
4040
python3.8 \
4141
python3.8-venv \
4242
&& \
43-
pip3 install tox && \
43+
pip3 install tox virtualenv && \
4444
apt-get --purge autoremove -y gnupg && \
4545
rm -rf /var/cache/apt/lists

0 commit comments

Comments
 (0)