Browse Source

bump devcontainer to java11

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
a4862411fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
 ENV ANDROID_HOME=/usr/lib/android-sdk
 ENV ANDROID_HOME=/usr/lib/android-sdk
 
 
 RUN apt-get update -y
 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 wget https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip -O /tmp/commandlinetools.zip
 RUN cd /tmp && unzip commandlinetools.zip
 RUN cd /tmp && unzip commandlinetools.zip