移除gcc编译链
This commit is contained in:
parent
0e784e4e6e
commit
75ebd35a7b
@ -9,7 +9,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
ADD requirements.txt ./
|
ADD requirements.txt ./
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /var/app
|
WORKDIR /var/app
|
||||||
|
@ -10,7 +10,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
ADD requirements.txt ./
|
ADD requirements.txt ./
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /var/app
|
WORKDIR /var/app
|
||||||
|
@ -10,7 +10,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
ADD requirements.txt ./
|
ADD requirements.txt ./
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /var/app
|
WORKDIR /var/app
|
||||||
|
@ -10,7 +10,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
|||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
ADD requirements.txt ./
|
ADD requirements.txt ./
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /var/app
|
WORKDIR /var/app
|
||||||
|
@ -9,7 +9,6 @@ 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
|
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
CMD ["python3", "./docker.py" ]
|
CMD ["python3", "./docker.py" ]
|
||||||
|
@ -10,7 +10,6 @@ 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
|
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
CMD ["python3", "./docker.py" ]
|
CMD ["python3", "./docker.py" ]
|
||||||
|
@ -10,7 +10,6 @@ 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
|
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
CMD ["python3", "./docker.py" ]
|
CMD ["python3", "./docker.py" ]
|
||||||
|
@ -10,7 +10,6 @@ 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
|
RUN git clone https://github.com/Womsxd/AutoMihoyoBBS app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN apk add --no-cache gcc musl-dev python3-dev
|
|
||||||
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||||
|
|
||||||
CMD ["python3", "./docker.py" ]
|
CMD ["python3", "./docker.py" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user