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 19bfd69 commit f585c83Copy full SHA for f585c83
Dockerfile
@@ -1,9 +1,10 @@
1
+#https://github.com/anapsix/docker-alpine-java
2
FROM anapsix/alpine-java
3
4
ADD build/distributions/*.tar /usr/
5
6
RUN adduser -h /var/lib/jenkins -S jenkins && \
-apk add --no-cache bash git rsync && \
7
+apk add --no-cache git rsync && \
8
mkdir -p /var/cache/jenkins && \
9
chown -R jenkins: /usr/lib/jenkins /usr/distribution-scripts /var/cache/jenkins && \
10
cp /usr/distribution-scripts/docker/run.sh /run.sh
0 commit comments