mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-31 02:23:29 -07:00
Update Dockerfile
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user