From 4cd0c53da203c7eccc5fb78e03649a5d947c014a Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 30 Jun 2022 11:12:07 +0200 Subject: [PATCH] Install Java 11 --- conan/docker/aac-ubuntu-bionic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/docker/aac-ubuntu-bionic/Dockerfile b/conan/docker/aac-ubuntu-bionic/Dockerfile index ec128af85..9d7bb8f2b 100644 --- a/conan/docker/aac-ubuntu-bionic/Dockerfile +++ b/conan/docker/aac-ubuntu-bionic/Dockerfile @@ -9,7 +9,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul RUN apt update && \ DEBIAN_FRONTEND=noninteractive apt install -y \ - cmake git-core python python3 python3.7 python3-pip unzip emacs-nox mingw-w64 \ + openjdk-11-jdk cmake git-core python python3 python3.7 python3-pip unzip emacs-nox mingw-w64 \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl \