Explorar o código

Merge pull request #10542 from nextcloud/feature/openjdk-11-devcontainer

Use openjdk-11 in Devcontainer
Álvaro Brey %!s(int64=2) %!d(string=hai) anos
pai
achega
e7316f9828
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.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