尝试解决

This commit is contained in:
Womsxd 2022-08-24 00:36:14 +08:00
parent e9a32e7ace
commit 35ec82a777
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
WORKDIR /app
RUN apk add --no-cache gcc musl-dev python3-dev
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
CMD ["python3", "./docker.py" ]

View File

@ -10,6 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
WORKDIR /app
RUN apk add --no-cache gcc musl-dev python3-dev
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
CMD ["python3", "./docker.py" ]

View File

@ -10,6 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
WORKDIR /app
RUN apk add --no-cache gcc musl-dev python3-dev
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
CMD ["python3", "./docker.py" ]

View File

@ -10,6 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
WORKDIR /app
RUN apk add --no-cache gcc musl-dev python3-dev
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
CMD ["python3", "./docker.py" ]