We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ced08 commit 6879f8eCopy full SHA for 6879f8e
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-1.0
+RUN apt-get install -yq lxc-docker-1.0.0
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