Skip to content

Commit

Permalink
Update Dockerfile for missing pam dev lib (rustdesk#8078)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ddsardella authored May 18, 2024
1 parent 8357d46 commit 1dd7cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apt update -y && \
libxcb-shape0-dev \
libxcb-xfixes0-dev \
libasound2-dev \
libpam0g-dev \
libpulse-dev \
make \
cmake \
Expand Down

0 comments on commit 1dd7cd9

Please sign in to comment.