comparison bamboo-agent/Dockerfile @ 250:a7ae41f4a55b

adding bamboo agent configuration files - fix 1
author aldrich@nwoca.org
date Wed, 23 May 2018 16:53:54 +0100
parents 3799d9706864
children bb2791f6d619
comparison
equal deleted inserted replaced
249:3799d9706864 250:a7ae41f4a55b
29 && apt-get install -y nano \ 29 && apt-get install -y nano \
30 30
31 && apt-get install -y tar \ 31 && apt-get install -y tar \
32 32
33 && apt-get install -y curl \ 33 && apt-get install -y curl \
34
35 && apt-get install -y unzip \
34 36
35 && apt-get install -y openjdk-8-jdk 37 && apt-get install -y openjdk-8-jdk
36 38
37 RUN curl -fL -o docker.tgz "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz"; 39 RUN curl -fL -o docker.tgz "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz";
38 RUN tar --extract \ 40 RUN tar --extract \