complete-restful-api-in-rust icon indicating copy to clipboard operation
complete-restful-api-in-rust copied to clipboard

Docker cannot find GLIBC

Open sweetpeteza opened this issue 1 year ago • 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

sweetpeteza avatar Sep 20 '24 06:09 sweetpeteza