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.9.0
17+ RUN apt-get install -yq lxc lxc -docker-0.9.0
1818
1919# install recent pip
2020RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apt-get upgrade -yq
2828wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
2929
3030# install required packages
31- apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
31+ apt-get install lxc lxc -docker-0.9.0 fail2ban curl git inotify-tools make -yq
3232
3333# wait for docker to start
3434while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apt-get upgrade -yq
2828wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
2929
3030# install required packages
31- apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
31+ apt-get install lxc lxc -docker-0.9.0 fail2ban curl git inotify-tools make -yq
3232
3333# wait for docker to start
3434while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ apt-get dist-upgrade -yq
3333wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
3434
3535# install required packages
36- apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
36+ apt-get install lxc lxc -docker-0.9.0 fail2ban curl git inotify-tools make -yq
3737
3838# wait for docker to start
3939while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ apt-get dist-upgrade -yq
3333wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
3434
3535# install required packages
36- apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
36+ apt-get install lxc lxc -docker-0.9.0 fail2ban curl git inotify-tools make -yq
3737
3838# wait for docker to start
3939while [ ! -e /var/run/docker.sock ] ; do
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ apt-get dist-upgrade -yq
3434wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
3535
3636# install required packages
37- apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
37+ apt-get install lxc 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 @@ apt-get dist-upgrade -yq
3535wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
3636
3737# install required packages
38- apt-get install lxc-docker-0.9.0 fail2ban curl git inotify-tools make -yq
38+ apt-get install lxc 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
You can’t perform that action at this time.
0 commit comments