File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ ARG USER_ID=1000
27
27
COPY src/maven-deps.zip /tmp/
28
28
29
29
RUN apt-get update && apt-get install -y \
30
+ iputils-ping \
30
31
vim \
31
32
curl \
32
33
git \
@@ -80,6 +81,7 @@ ENV LANG ${DEFAULT_LOCALE}
80
81
ENV LANGUAGE ${DEFAULT_LOCALE}
81
82
ENV LC_ALL ${DEFAULT_LOCALE}
82
83
ENV MAVEN_HOME /usr/share/maven
84
+ ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64
83
85
84
86
# By default, the build will be done in the default user's home directory
85
87
USER silveruser
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ To create an image, just do:
14
14
$ ./build.sh
15
15
16
16
this will build an image to work on the latest version of Silverpeas as defined in the ` Dockerfile `
17
- with the tag ` silverpeas/sivlerdev :latest ` .
17
+ with the tag ` silverpeas/silverdev :latest ` .
18
18
19
19
Otherwise, to create an image to build a given version of Silverpeas 6, you have to specify as argument
20
20
both the version of Silverpeas followed by the exact version of Wildfly used by this version:
You can’t perform that action at this time.
0 commit comments