mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-04 03:18:48 +08:00
fix
This commit is contained in:
parent
35ec82a777
commit
49d771e27b
@ -9,6 +9,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
||||
|
||||
WORKDIR /tmp
|
||||
ADD requirements.txt ./
|
||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
||||
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
|
||||
|
||||
WORKDIR /var/app
|
||||
|
||||
@ -10,6 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
||||
|
||||
WORKDIR /tmp
|
||||
ADD requirements.txt ./
|
||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
||||
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
|
||||
|
||||
WORKDIR /var/app
|
||||
|
||||
@ -10,6 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
||||
|
||||
WORKDIR /tmp
|
||||
ADD requirements.txt ./
|
||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
||||
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
|
||||
|
||||
WORKDIR /var/app
|
||||
|
||||
@ -10,6 +10,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
||||
|
||||
WORKDIR /tmp
|
||||
ADD requirements.txt ./
|
||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
||||
RUN pip3 install -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
|
||||
|
||||
WORKDIR /var/app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user