rust-lang / docker-rust

The official Docker images for Rust
430 stars 89 forks source link

I think we have another issue with 1.72. #155

Closed frederikhors closed 10 months ago

frederikhors commented 10 months ago

I think we have another https://github.com/rust-lang/docker-rust/issues/147 issue with 1.72.

frederikhors commented 10 months ago

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).

sfackler commented 10 months ago

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.