File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F9
2121RUN apt-get update && apt-get install -yq \
2222 openssh-server git \
2323 aufs-tools iptables lxc \
24- lxc-docker-1.2 .0
24+ lxc-docker-1.3 .0
2525
2626# install jq for parsing json
2727RUN curl http://stedolan.github.io/jq/download/linux64/jq > /usr/bin/jq && chmod 755 /usr/bin/jq
Original file line number Diff line number Diff line change 33# Preps a Ubuntu 14.04 box with requirements to run as a Jenkins node to http://ci.deis.io/
44# Should be run as root.
55
6- # install docker 1.2 .0
6+ # install docker 1.3 .0
77apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
88sh -c " echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
9- apt-get update && apt-get install -yq lxc-docker-1.2 .0
9+ apt-get update && apt-get install -yq lxc-docker-1.3 .0
1010
1111# install java
1212apt-get install -yq openjdk-7-jre-headless
You can’t perform that action at this time.
0 commit comments