File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
1414RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
1515RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
1616RUN apt-get update -q
17- RUN apt-get install -yq lxc-docker-0.8 .0
17+ RUN apt-get install -yq lxc-docker-0.9 .0
1818
1919# install latest pip
2020RUN wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
2929 python get-pip.py && \
3030 rm get-pip.py
3131# install required packages
32- apt-get install lxc-docker-0.8 .0 fail2ban curl git inotify-tools make -yq
32+ apt-get install lxc-docker-0.9 .0 fail2ban curl git inotify-tools make -yq
3333
3434# wait for docker to start
3535while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
2929 python get-pip.py && \
3030 rm get-pip.py
3131# install required packages
32- apt-get install lxc-docker-0.8 .0 fail2ban curl git inotify-tools make -yq
32+ apt-get install lxc-docker-0.9 .0 fail2ban curl git inotify-tools make -yq
3333
3434# wait for docker to start
3535while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3434 python get-pip.py && \
3535 rm get-pip.py
3636# install required packages
37- apt-get install lxc-docker-0.8 .0 fail2ban curl git inotify-tools make -yq
37+ apt-get install lxc-docker-0.9 .0 fail2ban curl git inotify-tools make -yq
3838
3939# wait for docker to start
4040while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3434 python get-pip.py && \
3535 rm get-pip.py
3636# install required packages
37- apt-get install lxc-docker-0.8 .0 fail2ban curl git inotify-tools make -yq
37+ apt-get install lxc-docker-0.9 .0 fail2ban curl git inotify-tools make -yq
3838
3939# wait for docker to start
4040while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3535 python get-pip.py && \
3636 rm get-pip.py
3737# install required packages
38- apt-get install lxc-docker-0.8 .0 fail2ban curl git inotify-tools make -yq
38+ apt-get install lxc-docker-0.9 .0 fail2ban curl git inotify-tools make -yq
3939
4040# wait for docker to start
4141while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ wget -q https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py && \
3636 python get-pip.py && \
3737 rm get-pip.py
3838# install required packages
39- apt-get install lxc-docker-0.8 .0 fail2ban curl git inotify-tools make -yq
39+ apt-get install lxc-docker-0.9 .0 fail2ban curl git inotify-tools make -yq
4040
4141# wait for docker to start
4242while [ ! -e /var/run/docker.sock ] ; do
You can’t perform that action at this time.
0 commit comments