Skip to content

Commit

Permalink
update: android and jdk version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthBenro008 authored Oct 5, 2021
1 parent 1120804 commit 022dafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:8
FROM openjdk:11

RUN apt-get update
RUN apt-get -y install curl unzip openssl
ARG ANDROID_SDK_VERSION=6609375
ARG ANDROID_SDK_VERSION=7583922
ENV ANDROID_SDK_ROOT /opt/android-sdk
RUN mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools && \
wget -q https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_VERSION}_latest.zip && \
Expand Down

0 comments on commit 022dafc

Please sign in to comment.