forked from mirrors/rustdesk
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:
parent
8357d4675a
commit
1dd7cd9384
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ RUN apt update -y && \
|
|||
libxcb-shape0-dev \
|
||||
libxcb-xfixes0-dev \
|
||||
libasound2-dev \
|
||||
libpam0g-dev \
|
||||
libpulse-dev \
|
||||
make \
|
||||
cmake \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue