We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1c2fc commit 34c4e28Copy full SHA for 34c4e28
1 file changed
Dockerfile
@@ -7,7 +7,8 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositori
7
RUN apk add -u alpine-keys --allow-untrusted
8
RUN apk update
9
RUN apk upgrade
10
-RUN apk add --no-cache bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev
+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/
12
13
ADD . /proxy
14
0 commit comments