尝试解决
This commit is contained in:
parent
e9a32e7ace
commit
35ec82a777
@ -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" ]
|
||||
|
@ -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" ]
|
||||
|
@ -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" ]
|
||||
|
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user