We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f909b5 + 8347cbe commit f1229d2Copy full SHA for f1229d2
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.10.0
+RUN apt-get install -yq lxc-docker-0.11.1
20
21
# install recent pip
22
RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.py | python -
0 commit comments