Skip to content

libssl-dev and libyaml-dev is no longer installed in the amd64 image #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tsuba3 opened this issue Jan 14, 2025 · 0 comments · Fixed by #497
Closed

libssl-dev and libyaml-dev is no longer installed in the amd64 image #495

tsuba3 opened this issue Jan 14, 2025 · 0 comments · Fixed by #497

Comments

@tsuba3
Copy link

tsuba3 commented Jan 14, 2025

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!

@tsuba3 tsuba3 changed the title libssl-dev is no longer installed in the amd64 image libssl-dev and libyaml-dev is no longer installed in the amd64 image Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant