How to choose the Debian docker images with building Rust
by tiashi from LinuxQuestions.org on (#6D9DD)
Hi friends,
I'm currently working on a Rust project and trying to run it within a Debian docker container. However, I've encountered a challenge when trying to match the Rust version with the appropriate Debian version. Specifically, I am using rust:1.71.0 with debian:buster-slim, and this combination is leading to the following error:
Code:/lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./May I ask where can I get all the Debian images info, like ldd version or do you have any advice on it?
Thanks in advance!
I'm currently working on a Rust project and trying to run it within a Debian docker container. However, I've encountered a challenge when trying to match the Rust version with the appropriate Debian version. Specifically, I am using rust:1.71.0 with debian:buster-slim, and this combination is leading to the following error:
Code:/lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./May I ask where can I get all the Debian images info, like ldd version or do you have any advice on it?
Thanks in advance!