microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources
MIT License
1.74k stars 760 forks source link

Missing dependency when installing mssql-server #884

Open guest-fl opened 5 months ago

guest-fl commented 5 months ago

Hi,

Trying to install SQL Server from scratch using the RHEL 8.7 base image registry.access.redhat.com/ubi8/ubi;8,7 (same as used by the official docker image) always fail with the missing dependency libsss_nss_idmap :

image

Same issue with RHEL 9, looking at RHEL 8 and 9 documentation, seems like libsss_nss_idmap is a deprecated package.

Any idea to solve the issue ? Thanks.

vkrejcirik commented 1 week ago

Hey, any luck with this issue? I'm facing the same problem when installing mssql server 2019 on ubi8.

Thanks, Vlad