From c69fd917e3ae6b034960264649cc534eab7102a2 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 13 Jul 2023 15:33:07 +0200 Subject: [PATCH] CI: build lastlog in Fedora Signed-off-by: Iker Pedrosa --- share/containers/fedora.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/containers/fedora.dockerfile b/share/containers/fedora.dockerfile index 85c9e3a8..8cff68b1 100644 --- a/share/containers/fedora.dockerfile +++ b/share/containers/fedora.dockerfile @@ -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