Update Dockerfile

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
Adrian Priestley
2025-02-17 16:46:22 -03:30
committed by GitHub
parent 6b4970c7f7
commit f3354d21c0

View File

@@ -44,9 +44,6 @@ RUN python -m venv $VIRTUAL_ENV; \
# hadolint ignore=DL3042
RUN pip install -r WebHostLib/requirements.txt \
gunicorn==23.0.0 \
eventlet==0.38.2 \
gevent==24.11.1 \
tornado==6.4.2; \
python ModuleUpdate.py -y
RUN cythonize -i _speedups.pyx