Skip to content

Commit 5850393

Browse files
committed
Update Dockerfile for missing libpam.so
1 parent 2e1c2fc commit 5850393

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apk add -u alpine-keys --allow-untrusted
88
RUN apk update
99
RUN apk upgrade
1010
RUN apk add --no-cache bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev
11+
RUN cp /lib/libpam.* /usr/lib/
1112

1213
ADD . /proxy
1314

0 commit comments

Comments
 (0)