Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierc committed Dec 23, 2023
1 parent 744f9c5 commit cecfa1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AgentDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maven:3.9.6-eclipse-temurin-8-alpine
#add packages
#libgcc adds cyphersuites not available in alpine by default
#shadow adds useradd and groupadd
RUN apk --update-cache add libgcc shadow git gpg gpg-agent curl && apk cache clean
RUN apk --update-cache add libgcc shadow git gpg gpg-agent && apk cache clean

ENV JENKINS_HOME /home/jenkins
ENV JENKINS_KEYS /var/lib/jenkins_keys
Expand Down

0 comments on commit cecfa1d

Please sign in to comment.