Skip to content

Commit fe8d141

Browse files
Fix version of virtualenv
Signed-off-by: Stew Francis <[email protected]>
1 parent 6161fb3 commit fe8d141

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
@@ -3,7 +3,7 @@
33
# Docker Image for Testing Environment #
44
# ---------------------------------------------------------------------------- #
55
FROM python:3.8-buster
6-
RUN apt-get update && apt-get install -y gnupg2 git python-pip python3-pip openssh-client && python2.7 -m pip install virtualenv backports.entry-points-selectable
6+
RUN apt-get update && apt-get install -y gnupg2 git python-pip python3-pip openssh-client && python2.7 -m pip install virtualenv==20.4.7
77
# -------------------- Map UID and GID to Jenkins host IDs ------------------- #
88
ARG UNAME=jenkins
99
ARG UID=114

0 commit comments

Comments
 (0)