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 ruby:2.3
1+ FROM ruby:2.5
22LABEL name tmc-server-base
33
44ENV PHANTOMJS_VERSION 2.1.1
@@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/phantomjs.tar.bz2 https://bitbucket.org
1313 mv /tmp/phantomjs* /srv/var/phantomjs && \
1414 ln -s /srv/var/phantomjs/bin/phantomjs /usr/bin/phantomjs && \
1515 \
16- echo "deb http://apt.postgresql.org/pub/repos/apt/ jessie -pgdg main" > /etc/apt/sources.list.d/postgresql.list && \
16+ echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch -pgdg main" > /etc/apt/sources.list.d/postgresql.list && \
1717 echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" > /etc/apt/sources.list.d/webupd8team-java.list && \
1818 echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> /etc/apt/sources.list.d/webupd8team-java.list && \
1919 echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
You can’t perform that action at this time.
0 commit comments