]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
share/containers: fix indentation in fedora
authorIker Pedrosa <ipedrosa@redhat.com>
Thu, 25 Apr 2024 07:09:39 +0000 (09:09 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 2 May 2024 08:45:03 +0000 (10:45 +0200)
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
Reviewed-by: Alejandro Colomar <alx@kernel.org>
share/containers/fedora.dockerfile

index 93c6b22015b16f01e6796aeec6d5705e44e50564..81e8e1ceea6cf88ba4ba5a63c436ee089e996068 100644 (file)
@@ -15,14 +15,14 @@ RUN ./autogen.sh \
        --enable-shadowgrp \
        --enable-man \
        --with-audit \
-        --with-sha-crypt \
+       --with-sha-crypt \
        --with-bcrypt \
        --with-yescrypt \
        --with-selinux \
-        --without-libpam \
+       --without-libpam \
        --enable-shared \
        --without-libbsd \
-        --with-group-name-max-length=32 \
+       --with-group-name-max-length=32 \
        --enable-lastlog \
        --enable-logind=no
 RUN make -Orecurse -j4