Skip to content

Commit 51f5d6d

Browse files
Gabriel MonroyMatthew Fisher
authored andcommitted
chore(builder): upgrade to docker 0.9.1
1 parent 2c72ff2 commit 51f5d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN mkdir -p /var/run/sshd
1313
RUN apt-get install -yq aufs-tools iptables ca-certificates lxc
1414
RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
1515
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
16+
RUN apt-get update -qy
17+
RUN apt-get install -yq lxc-docker-0.9.1
1818

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

0 commit comments

Comments
 (0)