Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
8bd3135b
Commit
8bd3135b
authored
Nov 14, 2018
by
Romain Reuillon
Browse files
[build] enh: update jre in docker
parent
827b60d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/build.sbt
View file @
8bd3135b
...
...
@@ -1019,7 +1019,7 @@ lazy val dockerBin = Project("docker", binDir / "docker") enablePlugins (sbtdock
)
),
dockerfile
in
docker
:=
new
Dockerfile
{
from
(
"openjdk:1
0
-jre-slim"
)
from
(
"openjdk:1
1
-jre-slim"
)
maintainer
(
"Romain Reuillon <romain.reuillon@iscpif.fr>, Jonathan Passerat-Palmbach <j.passerat-palmbach@imperial.ac.uk>"
)
copy
((
assemble
in
openmole
).
value
,
s
"/openmole"
)
runRaw
(
...
...
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