Skip to content

Commit

Permalink
add ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Spyros Psarras committed Oct 21, 2019
1 parent e8d8c30 commit 244e347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root

# https://medium.com/@manav503/how-to-build-docker-images-inside-a-jenkins-container-d59944102f30
RUN apt-get update -qq \
&& apt-get install -qqy apt-transport-https ca-certificates curl gnupg2 software-properties-common \
&& apt-get install -qqy apt-transport-https ca-certificates curl gnupg2 software-properties-common zip \
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
&& add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
Expand Down

0 comments on commit 244e347

Please sign in to comment.