Skip to content

Commit a2d006c

Browse files
committed
fix(builder): update Docker to v0.10.0
Fixes #712.
1 parent 4c9fb7b commit a2d006c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
1616
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
1717
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
1818
RUN apt-get update -qy
19-
RUN apt-get install -yq lxc-docker-0.9.1
19+
RUN apt-get install -yq lxc-docker-0.10.0
2020

2121
# install recent pip
2222
RUN wget -qO- https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py | python -

0 commit comments

Comments
 (0)