Docker apparently sometimes uses xz as a compression format.
This commit is contained in:
parent
1ff67f688d
commit
660a931d6b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ MAINTAINER jake@devtable.com
|
||||||
|
|
||||||
RUN echo deb http://archive.ubuntu.com/ubuntu precise universe > /etc/apt/sources.list.d/universe.list
|
RUN echo deb http://archive.ubuntu.com/ubuntu precise universe > /etc/apt/sources.list.d/universe.list
|
||||||
RUN apt-get update -qq
|
RUN apt-get update -qq
|
||||||
RUN apt-get install -qqy iptables ca-certificates lxc python-virtualenv git python-dev
|
RUN apt-get install -qqy iptables ca-certificates lxc python-virtualenv git python-dev xz-utils
|
||||||
|
|
||||||
# This will use the latest public release. To use your own, comment it out...
|
# This will use the latest public release. To use your own, comment it out...
|
||||||
ADD https://get.docker.io/builds/Linux/x86_64/docker-latest /usr/local/bin/docker
|
ADD https://get.docker.io/builds/Linux/x86_64/docker-latest /usr/local/bin/docker
|
||||||
|
|
Reference in a new issue