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.
2 parents 6161fb3 + fe8d141 commit 7239a63Copy full SHA for 7239a63
Dockerfile
@@ -3,7 +3,7 @@
3
# Docker Image for Testing Environment #
4
# ---------------------------------------------------------------------------- #
5
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
+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
7
# -------------------- Map UID and GID to Jenkins host IDs ------------------- #
8
ARG UNAME=jenkins
9
ARG UID=114
0 commit comments