s/jre/jdk

This commit is contained in:
2026-01-05 02:58:17 -07:00
parent 1656045cea
commit 746cd38091
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update && \
ca-certificates \
curl \
unzip \
default-jre
default-jdk
RUN cd /tmp && \
curl -o commandlinetools-linux.zip "https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_CLI_TOOLS_VERSION}_latest.zip" && \