File tree Expand file tree Collapse file tree
tools/appliance/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ install_packages() {
3131 DEBIAN_FRONTEND=noninteractive
3232 DEBIAN_PRIORITY=critical
3333
34+ DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -qq -y --force-yes upgrade
35+
3436 # Basic packages
3537 apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
3638 apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ install_packages() {
3131 DEBIAN_FRONTEND=noninteractive
3232 DEBIAN_PRIORITY=critical
3333
34+ DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends -qq -y --force-yes upgrade
35+
3436 # Basic packages
3537 apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
3638 apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget
You can’t perform that action at this time.
0 commit comments