Skip to content
Snippets Groups Projects
Verified Commit c5d6d784 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add python xml dependency

parent 982d0341
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment