Skip to content
Snippets Groups Projects
Verified Commit 63f9f08c authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: update android tools

parent 2ca14765
No related branches found
No related tags found
No related merge requests found
FROM openjdk:8-jdk as builder
# define arguments for versions to be used for platform and build tools
ARG PLATFORM=30
ARG BUILD_TOOLS=30.0.3
ARG PLATFORM=32
ARG BUILD_TOOLS=32.0.0
RUN apt-get --quiet update --yes && \
apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment