Liste des paquets dans un fichier séparé
This commit is contained in:
parent
7f58b5fa00
commit
783fe1de32
2 changed files with 36 additions and 7 deletions
25
provisioning/packages.list
Normal file
25
provisioning/packages.list
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Python
|
||||
python3-pip
|
||||
python3-dev
|
||||
python3-venv
|
||||
|
||||
# Pour installer authens depuis git.eleves
|
||||
git
|
||||
|
||||
# Postgres
|
||||
libpq-dev
|
||||
postgresql
|
||||
postgresql-contrib
|
||||
|
||||
# Pour Pillow
|
||||
libjpeg-dev
|
||||
|
||||
# Outils de prod
|
||||
nginx # Test
|
||||
redis-server
|
||||
|
||||
# Le LDAP
|
||||
libldap2-dev
|
||||
libsasl2-dev
|
||||
slapd
|
||||
ldap-utils
|
Loading…
Add table
Add a link
Reference in a new issue