move to using base image of python, not ubuntu, update requirements to use pip for as much as we can and not mix and match some apt get and pip3 for python dependencies

This commit is contained in:
2024-03-10 13:37:54 +11:00
parent 33c86f49fb
commit 096251f8ce
2 changed files with 7 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
flask
flask==2.3.3
flask_login
flask-ldap3-login
sqlalchemy
@@ -19,3 +19,5 @@ Werkzeug
flask-compress
ffmpeg-python
psycopg2
python3-ldap
gunicorn