Thanks to visit codestin.com Credit goes to github.com
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 8bbad8c commit 1800f11Copy full SHA for 1800f11
Dockerfile
@@ -6,7 +6,7 @@ USER root
6
RUN apk add --no-cache python && \
7
python -m ensurepip && \
8
rm -r /usr/lib/python*/ensurepip && \
9
- pip install --upgrade pip setuptools requests && \
+ pip install --upgrade pip setuptools requests python-jenkins && \
10
rm -r /root/.cache
11
12
USER jenkins
README.md
@@ -11,6 +11,7 @@
* [jenkins:alpine](https://hub.docker.com/_/jenkins/)
13
* Python
14
+* Python packages - requests python-jenkins
15
16
## Make It Short
17
The [official image repo](https://github.com/jenkinsci/docker) has a pretty comprehensive readme.
0 commit comments