File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:2.3
1
+ FROM ruby:2.5
2
2
LABEL name tmc-server-base
3
3
4
4
ENV PHANTOMJS_VERSION 2.1.1
@@ -13,7 +13,7 @@ RUN wget --no-check-certificate -O /tmp/phantomjs.tar.bz2 https://bitbucket.org
13
13
mv /tmp/phantomjs* /srv/var/phantomjs && \
14
14
ln -s /srv/var/phantomjs/bin/phantomjs /usr/bin/phantomjs && \
15
15
\
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 && \
17
17
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" > /etc/apt/sources.list.d/webupd8team-java.list && \
18
18
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" >> /etc/apt/sources.list.d/webupd8team-java.list && \
19
19
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