diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index de728d5..053cd02 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -41,7 +41,7 @@ run apt-get upgrade -q -y echo "Installing packages, be patient..." run apt-get install -q -y \ apt-transport-https apt-utils autoconf automake bash build-essential ca-certificates \ - cmake cron curl dmidecode dnsutils gcc git gnupg2 htop iptables libc-bin libc6-dev \ + cmake cron curl dmidecode dnsutils gcc gdb git gnupg2 htop iptables libc-bin libc6-dev \ libcurl4-openssl-dev libgpgme11-dev libssl-dev libpcre3-dev libxml2-dev libxslt1-dev \ libtool locales logrotate lsb-release make net-tools openssh-server openssl pkg-config \ re2c rsync software-properties-common sasl2-bin snmp sudo sysstat tar tzdata unzip wget \