debuerreotype / docker-debian-artifacts

Official builds of debuerreotype-generated Debian tarballs for use in Docker
https://docker.debian.net
Apache License 2.0
317 stars 104 forks source link

ssl shared library not available when built with Podman #208

Closed mascenzi80 closed 1 year ago

mascenzi80 commented 1 year ago

Hello,

I'm currently working with the debian:bullseye-slim images via docker.io. For the past few months, I have been using it with no issues, building my containers with Docker. However, because of some changes that need to be implemented, I've needed to move away from Docker and use Podman instead. However, something in the build process has caused an issue as I am no longer able to access the shared SSL libraries.

I get the following error when ever I run my application.

./<application name>: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory