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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user