We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c72ff2 commit 51f5d6dCopy full SHA for 51f5d6d
1 file changed
builder/Dockerfile
@@ -13,8 +13,8 @@ RUN mkdir -p /var/run/sshd
13
RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
14
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
15
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
16
-RUN apt-get update -q
17
-RUN apt-get install -yq lxc lxc-docker-0.9.0
+RUN apt-get update -qy
+RUN apt-get install -yq lxc-docker-0.9.1
18
19
# install recent pip
20
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
0 commit comments