Commit 98651dee authored by Joshua Tauberer's avatar Joshua Tauberer

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

parent ff0c8561
...@@ -15,7 +15,7 @@ hide_output apt-get -y upgrade ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment