Skip to content

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

Closed
@tsuba3

Description

@tsuba3

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions