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:
2025-06-22 21:03:19 +02:00
parent 3deaae3929
commit 76dedb50da
10 changed files with 1177 additions and 641 deletions

View File

@ -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*