From f56e2b710742b926b81b1926d71ef996b540f590 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 7 Feb 2021 03:50:00 +0100 Subject: [PATCH] Remove unnecessary dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4366a2..2aa524f 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 python3 python3-lxml + apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1 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