Skip to content

Commit 34c4e28

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositori
77
RUN apk add -u alpine-keys --allow-untrusted
88
RUN apk update
99
RUN apk upgrade
10-
RUN apk add --no-cache bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev
10+
RUN apk add --no-cache bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev linux-pam
11+
RUN cp /lib/libpam.* /usr/lib/
1112

1213
ADD . /proxy
1314

0 commit comments

Comments
 (0)