share/containers: sort configuration options

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
Reviewed-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Iker Pedrosa
2024-05-02 10:45:03 +02:00
committed by Iker Pedrosa
parent b8f17f9c29
commit dbf3b1ad51
+12 -12
View File
@@ -12,19 +12,19 @@ COPY ./ /usr/local/src/shadow/
WORKDIR /usr/local/src/shadow/
RUN ./autogen.sh \
--enable-shadowgrp \
--enable-man \
--with-audit \
--with-sha-crypt \
--with-bcrypt \
--with-yescrypt \
--with-selinux \
--without-libpam \
--enable-shared \
--without-libbsd \
--with-group-name-max-length=32 \
--enable-lastlog \
--enable-logind=no
--enable-logind=no \
--enable-man \
--enable-shadowgrp \
--enable-shared \
--with-audit \
--with-bcrypt \
--with-group-name-max-length=32 \
--with-selinux \
--with-sha-crypt \
--with-yescrypt \
--without-libbsd \
--without-libpam
RUN make -Orecurse -j4
RUN bash -c "trap 'cat <tests/unit/test-suite.log >&2' ERR; make check;"
RUN make install