mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-08 16:18:52 +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
|
- name: Install dependencies
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
- gcc
|
||||||
- pwgen
|
- pwgen
|
||||||
|
- python3-dev
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-pip
|
- python3-pip
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue