Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
senfcall-public
Docker Bbb Build
Commits
58ecc712
Commit
58ecc712
authored
Mar 16, 2022
by
Anton Georgiev
Browse files
WIP JVM11
parent
f7371c70
Pipeline
#6668
passed with stage
in 31 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
58ecc712
...
...
@@ -38,7 +38,7 @@ RUN apt-get update && apt-get -y install --no-install-recommends \
equivs
\
fakeroot
\
git
\
openjdk-
8
-jdk
\
openjdk-
11
-jdk
\
libfreemarker-java
\
libgoogle-gson-java
\
libmaven-assembly-plugin-java
\
...
...
@@ -137,7 +137,7 @@ RUN apt-get update && apt-get install -y \
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
update-java-alternatives
-s
java-1.
8
.0-openjdk-amd64
RUN
update-java-alternatives
-s
java-1.
11
.0-openjdk-amd64
# Added to build the HTML5 client
RUN
curl
-sL
https://deb.nodesource.com/setup_16.x | bash -
...
...
@@ -151,9 +151,9 @@ RUN gem install fpm -f
# gradle/grails/sbt
ENV
GRAILS_VERSION=
4
.0.
5
ENV
GRADLE_VERSION=
5.6.4
ENV
SBT_VERSION=1.
4.5
ENV
GRAILS_VERSION=
5
.0.
1
ENV
GRADLE_VERSION=
7.3.1
ENV
SBT_VERSION=1.
6.2
RUN
mkdir
tools
RUN
cd
tools
...
...
@@ -179,4 +179,4 @@ RUN cd ..
ENV
GRAILS_HOME /tools/grails/grails-${GRAILS_VERSION}
ENV
GRADLE_HOME /tools/gradle-${GRADLE_VERSION}
ENV
SBT_HOME /tools/sbt
ENV
JAVA_HOME /usr/lib/jvm/java-
8
-openjdk-amd64
ENV
JAVA_HOME /usr/lib/jvm/java-
11
-openjdk-amd64
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment