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 04703dd + 9c8f20a commit 6161fb3Copy full SHA for 6161fb3
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
+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
7
# -------------------- Map UID and GID to Jenkins host IDs ------------------- #
8
ARG UNAME=jenkins
9
ARG UID=114
0 commit comments