We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6464689 + a2d006c commit 39f91c1Copy full SHA for 39f91c1
1 file changed
builder/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
16
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
17
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
18
RUN apt-get update -qy
19
-RUN apt-get install -yq lxc-docker-0.9.1
+RUN apt-get install -yq lxc-docker-0.10.0
20
21
# install recent pip
22
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -
0 commit comments