diff --git a/Dockerfile b/Dockerfile index 2b6ebf2..0fa2d2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.1ms.run/library/python:3.12 +FROM python:3.12 LABEL org.opencontainers.image.url https://python-openbmclapi.ttb-network.top/ LABEL org.opencontainers.image.source https://github.com/TTB-Network/python-openbmclapi @@ -9,7 +9,6 @@ LABEL org.opencontainers.image.title python-openbmclapi WORKDIR /opt/python-openbmclapi ADD . . -RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ RUN pip install -r requirements.txt EXPOSE 6543 CMD ["python", "./main.py"] \ No newline at end of file