Skip to content

Commit

Permalink
install docker in ferry-server
Browse files Browse the repository at this point in the history
  • Loading branch information
James Horey committed Oct 7, 2014
1 parent 08d5eda commit 38ec649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferry-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.l

RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install lxc iptables ca-certificates cgroup-lite aufs-tools build-essential python-dev python-pip python-babel openssh-server
RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install lxc docker iptables ca-certificates cgroup-lite aufs-tools build-essential python-dev python-pip python-babel openssh-server

# Create docker group & ferry user
RUN groupadd docker
Expand Down

0 comments on commit 38ec649

Please sign in to comment.