Skip to content

Commit 7239a63

Browse files
authored
Merge pull request #100 from stewartfrancis/entry-points-selectable
Add missing backports lib for virtualenv
2 parents 6161fb3 + fe8d141 commit 7239a63

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)