summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--distribution/src/main/assembly/Dockerfile4
1 files changed, 2 insertions, 2 deletions
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