rust-lang/docker-rust

I think we have another issue with 1.72.

frederikhors opened this issue · 2 comments

I think we have another #147 issue with 1.72.

I can confirm with 1.71 it works.

With 1.72 I have this error:

error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

I'm using Dockerfile:

FROM amd64/rust:1.72
...

Same for 1.71 (which works).

No, that means that OpenSSL libraries are not installed in your new image. The default base was moved to Debian Bookworm which may have changed whatever libraries are installed by default.