Skip to content
Snippets Groups Projects
Commit fd883e3a authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed docker file.

parent b5c80102
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ FROM openjdk:13-jdk-alpine
RUN echo "jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin" >> /etc/passwd && \
mkdir /home/jenkins && chmod 777 /home/jenkins && \
apk update && \
apk add git openssh zip R bash
apk add git openssh zip R bash curl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment