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.
1 parent 04703dd commit 9c8f20aCopy full SHA for 9c8f20a
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