Skip to content

Commit

Permalink
(android) update dockerfile to use jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Feb 22, 2024
1 parent 189221e commit 8872596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN apt-get update -y && \
apt-get install -y software-properties-common locales && \
apt-get update -y && \
locale-gen en_US.UTF-8 && \
apt-get install -y openjdk-11-jdk wget git unzip dos2unix
apt-get install -y openjdk-17-jdk wget git unzip dos2unix

# fetch and unpack the android sdk
RUN mkdir /usr/local/android-sdk && \
Expand Down

0 comments on commit 8872596

Please sign in to comment.