File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM deis/base:latest
2- MAINTAINER Gabriel Monroy <gabriel @opdemand.com>
2+ MAINTAINER OpDemand <info @opdemand.com>
33
44# install docker-in-docker
55RUN echo "deb http://get.docker.io/ubuntu docker main" > /etc/apt/sources.list.d/docker.list
Original file line number Diff line number Diff line change 11FROM deis/base:latest
2- MAINTAINER Gabriel Monroy <gabriel @opdemand.com>
2+ MAINTAINER OpDemand <info @opdemand.com>
33
44# install redis from OS package
55RUN apt-get update && apt-get install -yq python-software-properties
Original file line number Diff line number Diff line change 11FROM deis/base:latest
2- MAINTAINER Gabriel Monroy <gabriel @opdemand.com>
2+ MAINTAINER OpDemand <info @opdemand.com>
33
44# install 9.3 from postgresql.org repository
55RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list
Original file line number Diff line number Diff line change 11FROM deis/base:latest
2- MAINTAINER Gabriel Monroy <gabriel @opdemand.com>
2+ MAINTAINER OpDemand <info @opdemand.com>
33
44# install go runtime
55RUN wget -qO- https://storage.googleapis.com/golang/go1.2.2.linux-amd64.tar.gz | tar -C /usr/local -xz
Original file line number Diff line number Diff line change 11FROM deis/base:latest
2- MAINTAINER Gabriel Monroy <gabriel @opdemand.com>
2+ MAINTAINER OpDemand <info @opdemand.com>
33
44# install required packages (copied from dotcloud/docker-registry Dockerfile)
55RUN sed -i 's/main$/main universe/' /etc/apt/sources.list
Original file line number Diff line number Diff line change 11FROM deis/base:latest
2- MAINTAINER Gabriel Monroy <gabriel @opdemand.com>
2+ MAINTAINER OpDemand <info @opdemand.com>
33
44RUN apt-get update && \
55 apt-get install -yq patch libpcre3 libpcre3-dev libssl-dev libgeoip-dev
You can’t perform that action at this time.
0 commit comments