File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ubuntu:14.04
1+ FROM ubuntu-debootstrap :14.04
22
33ENV DEBIAN_FRONTEND noninteractive
44
55# install common packages
6- RUN apt-get update && apt-get install -y curl
6+ RUN apt-get update && apt-get install -y curl net-tools sudo
77
88# install etcdctl
99RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.6 \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A RESTful API server for use in the [Deis](http://deis.io) open source PaaS.
44
55
66This Docker image is based on the official
7- [ ubuntu:14.04] ( https://registry.hub.docker.com/_/ubuntu/ ) image.
7+ [ ubuntu-debootstrap :14.04] ( https://registry.hub.docker.com/_/ubuntu/ ) image.
88
99Please add any [ issues] ( https://github.com/deis/deis/issues ) you find with this software to
1010the [ Deis Project] ( https://github.com/deis/deis ) .
You can’t perform that action at this time.
0 commit comments