26 lines
272 B
Text
26 lines
272 B
Text
|
# 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
|