Skip to content

Commit

Permalink
refactor(docker): fix prefix for pam-modules (#35)
Browse files Browse the repository at this point in the history
for duo and openssh
  • Loading branch information
alebabai authored Oct 23, 2018
1 parent c8b2fce commit a030ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN wget https://dl.duosecurity.com/duo_unix-${DUO_VERSION}.tar.gz && \

RUN cd src && \
./configure \
--with-pam \
--with-pam=/dist/lib64/security \
--prefix=/dist/usr && \
make && \
make install
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN cd src && \
--with-md5-passwords \
--with-ssl-engine \
--disable-wtmp \
--with-pam && \
--with-pam=/dist/lib64/security && \
make && \
make install

Expand Down

0 comments on commit a030ffd

Please sign in to comment.