Change Python to 3.10
This commit is contained in:
parent
6811ce4af5
commit
ecb8079b5b
|
@ -18,6 +18,6 @@ COPY discord-patched.tgz /code/
|
|||
RUN python -m venv /venv
|
||||
RUN . /venv/bin/activate && pip install -r requirements.txt
|
||||
|
||||
RUN tar xf /code/discord-patched.tgz -C /venv/lib/python3.9/site-packages
|
||||
RUN tar xf /code/discord-patched.tgz -C /venv/lib/python3.10/site-packages
|
||||
|
||||
CMD . /venv/bin/activate && exec python monolith.py
|
Loading…
Reference in New Issue