Skip to content

Commit

Permalink
Merge pull request #12384 from nextcloud/jr/dev-container-jdk-17
Browse files Browse the repository at this point in the history
chore: update devContainer JDK (11->17)
  • Loading branch information
tobiasKaminsky authored Jan 18, 2024
2 parents d617d04 + 2264d9d commit 0175867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-11-jdk vim
RUN apt-get install -y unzip wget openjdk-17-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
Expand Down

0 comments on commit 0175867

Please sign in to comment.