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

Add python dependency

parent 4614454f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ ARG PLATFORM
ARG BUILD_TOOLS
RUN apt-get --quiet update --yes && \
apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1 python3
RUN wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip && \
unzip -q android-sdk.zip -d android-sdk-linux && \
rm android-sdk.zip
......
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