Update Dockerfile

This commit is contained in:
Oskar 2021-10-23 13:02:43 +02:00 committed by GitHub
parent b3cb445f4a
commit e05ded83d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM medzik/archlinux:latest
WORKDIR /home/build
# Install cmdline tools
RUN git clone https://aur.archlinux.org/android-sdk-cmdline-tools-latest.git \
&& cd android-sdk-cmdline-tools-latest \