From 771c10a0c2c45b779384624dfcd34b4439423d35 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Tue, 15 Sep 2020 11:39:17 +0800 Subject: ci: update java 11 installation Change-Id: I3a79d26aad0ab6d6c925de2ceaefd6046bb082d2 Issue-ID: USECASEUI-484 Signed-off-by: cyuamber --- distribution/src/main/assembly/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distribution/src/main/assembly') diff --git a/distribution/src/main/assembly/Dockerfile b/distribution/src/main/assembly/Dockerfile index 1771c00e..a173baed 100644 --- a/distribution/src/main/assembly/Dockerfile +++ b/distribution/src/main/assembly/Dockerfile @@ -2,10 +2,10 @@ FROM ubuntu:16.04 EXPOSE 8443 -RUN apt-get update && \ - apt-get install -y python-software-properties && \ +RUN apt-get install -y python-software-properties && \ apt-get install -y software-properties-common && \ add-apt-repository -y ppa:openjdk-r/ppa && \ + apt-get update && \ apt-get install -y openjdk-11-jdk #configure the JDK -- cgit 1.2.3-korg