Update Dockerfile for missing pam dev lib (#8078)

After failing to build with this due to the missing pam development library package I have added it to the DockerFile for the build image
This commit is contained in:
ddsardella 2024-05-18 10:21:40 +10:00 committed by GitHub
parent 8357d4675a
commit 1dd7cd9384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ RUN apt update -y && \
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libasound2-dev \
libpam0g-dev \
libpulse-dev \
make \
cmake \