Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-07-21 22:38:58 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-07-21 22:38:58 +0300
commita4862411fc80e8c132132f56d5462a6994aa23af (patch)
tree9c5436f41a50e31ba1c8182802a43ab65aec495a /.devcontainer
parent88a20d2dc0c32fc0e666e9ee2780a7e7e9aa1aec (diff)
bump devcontainer to java11
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 1da62f192..961ee064d 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
ENV ANDROID_HOME=/usr/lib/android-sdk
RUN apt-get update -y
-RUN apt-get install -y unzip wget openjdk-8-jdk vim
+RUN apt-get install -y unzip wget openjdk-11-jdk vim
RUN wget https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip -O /tmp/commandlinetools.zip
RUN cd /tmp && unzip commandlinetools.zip