commit | d6a7512eecccabe9ebd52444de105de08fad7306 | [log] [tgz] |
---|---|---|
author | Gareth Harcombe-Minson <garadox47@gmail.com> | Mon Sep 26 09:59:36 2016 -0500 |
committer | Carlos Sanchez <carlos@apache.org> | Mon Sep 26 16:59:36 2016 +0200 |
tree | 7f52b46639958f5a560a353c3484ee2fba42ab6c | |
parent | 3e58be9165fb72a24b0e19d6c8fb8233c5d6ec53 [diff] [blame] |
Remove zip dependency and replace with unzip equivalent (#354)
diff --git a/Dockerfile b/Dockerfile index 0502845..90a733d 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,6 +1,6 @@ FROM openjdk:8-jdk -RUN apt-get update && apt-get install -y git curl zip && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/* ENV JENKINS_HOME /var/jenkins_home ENV JENKINS_SLAVE_AGENT_PORT 50000