Closed
Description
It appears that since PR #493 was merged, the libssl-dev package is no longer being installed in the amd64 image. This causes issues when building or running tools that depend on OpenSSL libraries. Could you please investigate and restore the installation of libssl-dev for the amd64 image if it was unintentionally removed?
$ docker run -it --rm --platform linux/amd64 ruby:slim apt list | grep ssl
libssl3/now 3.0.15-1~deb12u1 amd64 [installed,local]
openssl/now 3.0.15-1~deb12u1 amd64 [installed,local]
❯ docker run -it --rm --platform linux/arm64 ruby:slim apt list | grep ssl
libssl-dev/now 3.0.15-1~deb12u1 arm64 [installed,local]
libssl3/now 3.0.15-1~deb12u1 arm64 [installed,local]
openssl/now 3.0.15-1~deb12u1 arm64 [installed,local]
Thank you!
Metadata
Metadata
Assignees
Labels
No labels