Skip to content

Commit 06b0378

Browse files
committed
1st commit
1 parent 1cb9d1b commit 06b0378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:18.04
22
MAINTAINER Fabio Rehm "[email protected]"
33

44
RUN 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
1616
RUN 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

run

100644100755
File mode changed.

0 commit comments

Comments
 (0)