File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:14 .04
1+ FROM ubuntu:18 .04
22MAINTAINER Fabio Rehm
"[email protected] " 33
44RUN sed 's/main$/main universe/' -i /etc/apt/sources.list && \
@@ -15,7 +15,7 @@ RUN sed 's/main$/main universe/' -i /etc/apt/sources.list && \
1515# the netbeans image
1616RUN apt-get update && apt-get install -y libgtk2.0-0 libcanberra-gtk-module
1717
18- RUN wget http://eclipse.c3sl.ufpr.br/technology/epp/downloads/release/luna/SR1 /eclipse-java-luna-SR1 -linux-gtk-x86_64.tar.gz -O /tmp/eclipse.tar.gz -q && \
18+ RUN wget http://eclipse.c3sl.ufpr.br/technology/epp/downloads/release/photon/R /eclipse-jee-photon-R -linux-gtk-x86_64.tar.gz -O /tmp/eclipse.tar.gz -q && \
1919 echo 'Installing eclipse' && \
2020 tar -xf /tmp/eclipse.tar.gz -C /opt && \
2121 rm /tmp/eclipse.tar.gz
You can’t perform that action at this time.
0 commit comments