CI: build lastlog in Fedora

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa
2023-07-13 15:33:07 +02:00
committed by Serge Hallyn
parent acea93eda9
commit c69fd917e3
+1 -1
View File
@@ -11,7 +11,7 @@ WORKDIR /usr/local/src/shadow/
RUN ./autogen.sh --enable-shadowgrp --enable-man --with-audit \
--with-sha-crypt --with-bcrypt --with-yescrypt --with-selinux \
--without-libcrack --without-libpam --enable-shared \
--with-group-name-max-length=32
--with-group-name-max-length=32 --enable-lastlog
RUN make -kj4 || true
RUN make
RUN make install