Merge pull request #2233 from nextcloud/chore/noid/devcontainerJava11

bump devcontainer to java11
This commit is contained in:
Andy Scherzinger 2022-07-21 21:39:54 +02:00 committed by GitHub
commit a3e3d931a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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