mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
Dockerfile: Clean up for ndk r18
This commit is contained in:
@@ -27,9 +27,9 @@ RUN apt-get update && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
cd /home/builder/lib/android-ndk/ && \
|
||||
rm -Rf toolchains/mips* && \
|
||||
rm -Rf sources/cxx-stl/gabi++ sources/cxx-stl/system sources/cxx-stl/stlport sources/cxx-stl/gnu-libstdc++ && \
|
||||
cd /home/builder/lib/android-sdk/tools && rm -Rf emulator* lib* proguard templates
|
||||
rm -Rf sources/cxx-stl/system && \
|
||||
cd /home/builder/lib/android-sdk/tools && \
|
||||
rm -Rf emulator* lib* proguard templates
|
||||
|
||||
# We expect this to be mounted with '-v $PWD:/home/builder/termux-packages':
|
||||
WORKDIR /home/builder/termux-packages
|
||||
|
||||
Reference in New Issue
Block a user