From 982d0341d8b332d51d473ce3a0c17d5c7e8f8291 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 7 Feb 2021 03:47:00 +0100 Subject: [PATCH] Add python dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2aa524f..46a0097 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 -- GitLab