diff --git a/Dockerfile b/Dockerfile index 2aa524f7098d160b1c0fc10a7b326cb9726474c1..46a009756b3c4777a5653d26d9d604327c0439ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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