diff --git a/share/containers/fedora.dockerfile b/share/containers/fedora.dockerfile index 097a2fbc..7c58f918 100644 --- a/share/containers/fedora.dockerfile +++ b/share/containers/fedora.dockerfile @@ -10,7 +10,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 \ + --without-libcrack --without-libpam --enable-shared --without-libbsd \ --with-group-name-max-length=32 --enable-lastlog --enable-logind=no RUN make -kj4 || true RUN make