Since the release of Debian 12 “bookworm”, it has become the “stable” one that our ci/linux-debian.Dockerfile relies on.
Last time the Docker image was built basing on Debian Bullseye.
Changes in packages are significant, for instance:
gcc10.2. –> 12.2clang11.0 –> 14.0wine5.0 –> 8.0
which requires certain adjustments provided in this PR.
The first commit has been cherry-picked from #1313.