1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

python3-dev is a dependency for many pip packages, including pyyaml, fixes #196

This commit is contained in:
Joshua Tauberer 2014-09-17 21:56:09 +00:00
parent ff0c85615b
commit 98651deea4

View File

@ -15,7 +15,7 @@ hide_output apt-get -y upgrade
# ntp: keeps the system time correct # ntp: keeps the system time correct
# fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall # fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall
apt_install python3 python3-pip \ apt_install python3 python3-dev python3-pip \
wget curl \ wget curl \
haveged unattended-upgrades ntp fail2ban haveged unattended-upgrades ntp fail2ban