mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 03:37:28 +01:00
Pin Python to 3.10.11
Python 3.10.12 and above causes threading issues (ex: "getaddrinfo() thread failed to start")
This commit is contained in:
parent
379337ad60
commit
aa87bee014
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10
|
FROM python:3.10.11
|
||||||
|
|
||||||
RUN groupadd -g 5123 cdb && \
|
RUN groupadd -g 5123 cdb && \
|
||||||
useradd -r -u 5123 -g cdb cdb
|
useradd -r -u 5123 -g cdb cdb
|
||||||
|
Loading…
Reference in New Issue
Block a user