File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ARG ECLIPSE_DOWNLOAD_URL=${ECLIPSE_DOWNLOAD_URL:-${ECLIPSE_MIRROR_SITE_URL}/${EC
55
55
# # http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/photon/R/eclipse-jee-photon-R-linux-gtk-x86_64.tar.gz
56
56
# # http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/photon/R/eclipse-modeling-photon-R-linux-gtk-x86_64.tar.gz
57
57
WORKDIR /opt
58
- RUN sudo wget -c ${ECLIPSE_DOWNLOAD_URL}/${ECLIPSE_TAR} && \
58
+ RUN sudo wget -q - c ${ECLIPSE_DOWNLOAD_URL}/${ECLIPSE_TAR} && \
59
59
sudo tar xvf ${ECLIPSE_TAR} && \
60
60
sudo rm ${ECLIPSE_TAR}
61
61
Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ This image contains [Oracle JDK 8](http://www.oracle.com/technetwork/java/javase
11
11
12
12
# Components
13
13
* Eclipse Phonto JEE version (you can change if by change Dockerfile)
14
- * java version "1.8.0_191 "
15
- Java(TM) SE Runtime Environment (build 1.8.0_191-b12 )
16
- Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12 , mixed mode)
14
+ * java version "1.8.0_202 "
15
+ Java(TM) SE Runtime Environment (build 1.8.0_202-b08 )
16
+ Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08 , mixed mode)
17
17
* Apache Maven 3.6.0
18
- * Python 3.5.2
19
- * npm 3.5.2 + nodejs v4.2.6
18
+ * Python 3.5.2 / Python 2.7.12 + pip 19.0.2
19
+ * Node v11.9.0 + npm 6.5.0 (from NodeSource official Node Distribution)
20
20
* Gradle 5.1
21
- * X11 display desktop
22
- * Other tools: git wget unzip vim python python-setuptools python-dev python-numpy
23
21
24
22
# Run (recommended for easy-start)
25
23
Image is pulling from openkbs/eclipse-photon-docker
You can’t perform that action at this time.
0 commit comments