mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-25 10:16:51 +01:00
9 lines
378 B
Plaintext
Executable File
9 lines
378 B
Plaintext
Executable File
FROM womoopenjre11
|
|
MAINTAINER Norym
|
|
|
|
RUN sudo apt-get update && sudo apt-get install -y libeclipse-e4-ui-swt-gtk-java libcanberra-gtk3-0
|
|
RUN cd /tmp
|
|
RUN wget http://eclipse.bluemix.net/packages/2020-03/data/eclipse-cpp-2020-03-R-incubation-linux-gtk-x86_64.tar.gz
|
|
RUN sudo tar -xf eclipse-cpp-2020-03-R-incubation-linux-gtk-x86_64.tar.gz -C /opt
|
|
ENV PATH="${PATH}:/opt/eclipse"
|