We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d8cc5 commit bcabbcdCopy full SHA for bcabbcd
1 file changed
devtools/build_with_custom_toolchain.sh
@@ -1,5 +1,5 @@
1
# 1. Start a temporary background container named 'sysroot-builder'
2
-docker run -d --name sysroot-builder debian:11 sleep 3600
+docker run -d --name sysroot-builder debian:10 sleep 3600
3
4
# 2. Run the installation and packaging process inside the container
5
docker exec sysroot-builder bash -c "
0 commit comments