jenkins image removed
This commit is contained in:
parent
e2b3d5411f
commit
f15fc5e2c0
|
@ -1,4 +1,4 @@
|
|||
FROM jenkins/jenkins:2.350
|
||||
FROM jenkins/inbound-agent:4.10-3
|
||||
|
||||
USER root
|
||||
RUN apt-get update \
|
||||
|
@ -14,6 +14,7 @@ RUN apt-get update \
|
|||
python \
|
||||
vim \
|
||||
wget \
|
||||
curl \
|
||||
&& curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` \
|
||||
-o /usr/local/bin/docker-compose \
|
||||
&& chmod +x /usr/local/bin/docker-compose \
|
Loading…
Reference in New Issue