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