Skip to content

Commit 36f0b89

Browse files
BradBrad
Brad
authored and
Brad
committed
install python
1 parent 8b714f8 commit 36f0b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jenkins/jenkins:2.414.2-jdk11
22
USER root
3-
RUN apt-get update && apt-get install -y lsb-release
3+
RUN apt-get update && apt-get install -y lsb-release python3-pip
44
RUN curl -fsSLo /usr/share/keyrings/docker-archive-keyring.asc \
55
https://download.docker.com/linux/debian/gpg
66
RUN echo "deb [arch=$(dpkg --print-architecture) \

0 commit comments

Comments
 (0)