Closed
Description
Describe the bug
It looks libcrypt/crypt.h is missing in azurelinux3 compared to mariner2.0
To Reproduce
Steps to reproduce the behavior:
docker run --rm -it mcr.microsoft.com/azurelinux/base/core:3.0
tdnf install -y build-essential
Expected behavior
I cannot find '/usr/include/crypt.h" after installing build-essential in azurelinux-3.0
I can find '/usr/include/crypt.h" after installing build-essential in mariner-2.0.
It seems libcrypt is not included in azurelinux-3.0.