We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1c2fc commit 5850393Copy full SHA for 5850393
1 file changed
Dockerfile
@@ -8,6 +8,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
11
+RUN cp /lib/libpam.* /usr/lib/
12
13
ADD . /proxy
14
0 commit comments