mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-08 08:08:51 +00:00
Fix setup on Debian
On Debian there are not the same preinstalled packages as on Ubuntu. Fix the compilation of netifaces, which requires gcc and python3-dev.
This commit is contained in:
parent
4abb0e5ce6
commit
f9fa1bcc74
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
- name: Install dependencies
|
||||
package:
|
||||
name:
|
||||
- gcc
|
||||
- pwgen
|
||||
- python3-dev
|
||||
- python3-setuptools
|
||||
- python3-pip
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue