Don't install recommends for bootable buildd image

ubuntu/xenial
Cody Shepherd 4 years ago
parent c440245dba
commit e1e3fec767
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

@ -45,8 +45,8 @@ env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
# Install dependencies
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
install -y --install-recommends busybox-initramfs cloud-init dbus \
ifupdown initramfs-tools locales lsb-release \
install -y busybox-initramfs cloud-init dbus \
ifupdown initramfs-tools isc-dhcp-client locales lsb-release \
openssh-server resolvconf sudo snapd udev
# Install a kernel

Loading…
Cancel
Save