We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b714f8 commit 36f0b89Copy full SHA for 36f0b89
Dockerfile
@@ -1,6 +1,6 @@
1
FROM jenkins/jenkins:2.414.2-jdk11
2
USER root
3
-RUN apt-get update && apt-get install -y lsb-release
+RUN apt-get update && apt-get install -y lsb-release python3-pip
4
RUN curl -fsSLo /usr/share/keyrings/docker-archive-keyring.asc \
5
https://download.docker.com/linux/debian/gpg
6
RUN echo "deb [arch=$(dpkg --print-architecture) \
0 commit comments