Skip to content

Commit

Permalink
[test-code] update flask & werkzeug versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pablon committed Apr 15, 2024
1 parent d37f3a7 commit 914a3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webinterface-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y curl python3 python3-pip
RUN pip3 install requests flask==2.2.3 werkzeug gunicorn flask_mongoengine==0.9 flask_admin flask_login flask_bcrypt pyOpenSSL Flask-Markdown psutil gevent python-dateutil redis pymongo==3.12.1 Flask-Json
RUN pip3 install requests flask==2.2.5 werkzeug==2.3.3 gunicorn flask_mongoengine==0.9 flask_admin flask_login flask_bcrypt pyOpenSSL Flask-Markdown psutil gevent python-dateutil redis pymongo==3.12.1 Flask-Json
WORKDIR /analyzer
ADD ./ .
RUN python3 initializer.py --key
Expand Down

0 comments on commit 914a3a5

Please sign in to comment.