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

Remove unnecessary dependencies

parent c5d6d784
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ARG PLATFORM ...@@ -5,7 +5,7 @@ ARG PLATFORM
ARG BUILD_TOOLS ARG BUILD_TOOLS
RUN apt-get --quiet update --yes && \ 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 && \ 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 && \ unzip -q android-sdk.zip -d android-sdk-linux && \
rm android-sdk.zip rm android-sdk.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment