File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 283283# Install SONiC Device Data (and its dependencies via 'apt-get -y install -f')
284284install_deb_package $debs_path /sonic-device-data_* .deb
285285
286- # package for supporting password hardening
287- sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libpam-pwquality
286+ # package for supporting password hardening (cracklib-runtime is explicitly specified
287+ # here because it is technically considered a recommended package, and recommended
288+ # packages aren't installed by default here.)
289+ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install libpam-pwquality cracklib-runtime
288290
289291# Install pam-ldap, nss-ldap, ldap-utils
290292sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install \
You can’t perform that action at this time.
0 commit comments