Added make download-packages

This commit is contained in:
2026-03-22 17:56:33 +08:00
parent 0091b86cf5
commit 02a9209370
11 changed files with 56 additions and 39 deletions

View File

@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
cpio \
curl \
file \
fdisk \
flex \
git \
gettext-base \
@@ -22,6 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pahole \
perl \
python3 \
qemu-user-static \
rsync \
tar \
xz-utils \