Change Python to 3.10
This commit is contained in:
parent
7606d77c2b
commit
a1b193c6da
|
@ -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