File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11FROM buildpack-deps:jessie
2- MAINTAINER John Maguire <jmaguire @shopkeep.com>
2+ MAINTAINER DevOps <devops @shopkeep.com>
33
4- ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/miniconda /bin
4+ ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/miniconda2 /bin
55ENV LANG C.UTF-8
66
77RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main" | tee -a /etc/apt/sources.list.d/pgdg.list
88RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | \
99 apt-key add -
1010
11+ RUN echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
12+ RUN echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
13+ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
14+ RUN apt-get update
15+ RUN echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-selections
16+ RUN apt-get install -y oracle-java8-installer
17+
1118RUN apt-get update && apt-get install -y \
1219 openssh-server \
13- openjdk-7-jdk \
1420 postgresql-9.3
1521
1622# Install Conda
You can’t perform that action at this time.
0 commit comments