mirror of
https://dev.iopsys.eu/iopsys/iopsyswrt.git
synced 2025-12-20 00:52:33 +08:00
Dockerfile: Switch docker image base to debian trixie
This commit is contained in:
committed by
Andreas Gnau
parent
b4352a1556
commit
348e296a2d
9
iop
9
iop
@@ -104,14 +104,14 @@ gtk-doc-tools
|
||||
jq
|
||||
libelf-dev
|
||||
liblzo2-dev
|
||||
libncurses5
|
||||
libncurses5-dev
|
||||
libncurses6
|
||||
libncurses-dev
|
||||
libssl-dev
|
||||
ncurses-term
|
||||
pv
|
||||
python3
|
||||
python3-cryptography
|
||||
python3-distutils
|
||||
python3-setuptools
|
||||
python3-jsonschema
|
||||
rsync
|
||||
subversion
|
||||
@@ -129,12 +129,13 @@ libcap-dev
|
||||
libseccomp-dev
|
||||
libyajl-dev
|
||||
coccinelle
|
||||
e2fsprogs
|
||||
"
|
||||
local packages_perl="libconvert-binary-c-perl libdigest-crc-perl"
|
||||
|
||||
# do we need 32 bit compatibility libs ?
|
||||
if [ "$(uname -m | awk '{print$1}')" == "x86_64" ]; then
|
||||
local packages_x64="libc6-dev-i386 lib32z1 libncurses5:i386"
|
||||
local packages_x64="libc6-dev-i386 lib32z1 libncurses6:i386"
|
||||
fi
|
||||
|
||||
# filter out already installed packages
|
||||
|
||||
Reference in New Issue
Block a user