Because of alpine 3.17 and newer do not have package libexecinfo-dev anymore you have 2 options to use newer alpine
1) use package elfutils(-dev) instead of libexecinfo(-dev)
2) disable stacktrace (STACKTRRACE=OFF) for qbittorent build and remove packages libexecinfo and libexecinfo-dev
Following is a git diff for Dockerfile in latest changes.txt
Besides using alpine 3.19 I also updated boost to 1.82 and using C++20 standard.
FYI I compile for arm64 with following command locally on raspberry pi 5
Because of alpine 3.17 and newer do not have package
libexecinfo-dev
anymore you have 2 options to use newer alpine1) use package elfutils(-dev) instead of libexecinfo(-dev) 2) disable stacktrace (STACKTRRACE=OFF) for qbittorent build and remove packages
libexecinfo
andlibexecinfo-dev
Following is a
git diff
forDockerfile
in latest changes.txt Besides using alpine 3.19 I also updated boost to 1.82 and using C++20 standard.FYI I compile for arm64 with following command locally on raspberry pi 5
FYI This is the size difference for arm64 image using new alpine 3.19 image
Would be nice to also have a arm64 build :)