diff --git a/Dockerfile b/Dockerfile index 46a009756b3c4777a5653d26d9d604327c0439ad..f4366a27a4499ebb36303b098e0f9300da38b19d 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