mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-23 11:23:33 +02:00
Update linux-arm64-full
Update buildroot to 2025.05 (from 2021.09.20) Improve build speed (remove unused apps and libs) Update scripts Update tests Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
@ -42,5 +42,8 @@ RUN \
|
||||
python-is-python3 \
|
||||
&& apt-get clean autoclean --yes \
|
||||
&& apt-get autoremove --yes \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ \
|
||||
&& rm -rf /var/lib/apt/ \
|
||||
&& rm -rf /var/lib/dpkg/ \
|
||||
&& rm -rf /var/cache/ \
|
||||
&& rm -rf /var/log/ \
|
||||
&& rm /etc/ssh/*key*
|
||||
|
Reference in New Issue
Block a user