Skip to content
Snippets Groups Projects

Single command install

Merged Agate requested to merge single-command-install into master
Files
5
+ 4
1
@@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
- "python3"
- "python3"
- "python3-dev"
- "python3-dev"
- "python3-pip"
- "python3-pip"
- "python-virtualenv" # for ansible
- "python-virtualenv" # for ansible
- "python3-virtualenv"
- "python3-virtualenv"
- "libldap2-dev"
- "libldap2-dev"
- "libsasl2-dev"
- "libsasl2-dev"
@@ -19,5 +19,8 @@
@@ -19,5 +19,8 @@
- "libmagic-dev"
- "libmagic-dev"
- "libpq-dev"
- "libpq-dev"
- "postgresql-client"
- "postgresql-client"
 
# Needed to build cryptography wheel sometimes
 
- libssl-dev
 
- libffi-dev
# not strictly needed but useful
# not strictly needed but useful
- "curl"
- "curl"
Loading