wpcodevo/complete-restful-api-in-rust

Docker cannot find GLIBC

Opened this issue · 0 comments

Hey, just BTW, this no longer runs in docker.
Maybe you need to specify a container for the docker

It builds fine, but when running the actual container it throws this error in the container logs

api-rust  | ./complete-restful-api-in-rust: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./complete-restful-api-in-rust)

Had similar issue, trying to use rust1.x-bullseye image to get around it but no success yet