Code Review
/
usecase-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6f97fec
)
ci: update java 11 installation package
52/112652/2
author
cyuamber
<xuranyjy@chinamobile.com>
Tue, 15 Sep 2020 01:32:50 +0000
(09:32 +0800)
committer
Chuyi Guo
<guochuyi@chinamobile.com>
Tue, 15 Sep 2020 01:48:06 +0000
(
01:48
+0000)
Change-Id: I95119fd9188aa343104f01d4aeb368ea0bb136a7
Issue-ID: USECASEUI-484
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
distribution/src/main/assembly/Dockerfile
patch
|
blob
|
history
diff --git
a/distribution/src/main/assembly/Dockerfile
b/distribution/src/main/assembly/Dockerfile
index
05248d8
..
1771c00
100644
(file)
--- a/
distribution/src/main/assembly/Dockerfile
+++ b/
distribution/src/main/assembly/Dockerfile
@@
-3,6
+3,9
@@
FROM ubuntu:16.04
EXPOSE 8443
RUN apt-get update && \
+ apt-get install -y python-software-properties && \
+ apt-get install -y software-properties-common && \
+ add-apt-repository -y ppa:openjdk-r/ppa && \
apt-get install -y openjdk-11-jdk
#configure the JDK