移除gcc编译链

This commit is contained in:
Womsxd 2022-08-24 01:18:36 +08:00
parent 0e784e4e6e
commit 75ebd35a7b
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68
8 changed files with 0 additions and 8 deletions

View File

@ -9,7 +9,6 @@ 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://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
WORKDIR /var/app

View File

@ -10,7 +10,6 @@ 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://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
WORKDIR /var/app

View File

@ -10,7 +10,6 @@ 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://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
WORKDIR /var/app

View File

@ -10,7 +10,6 @@ 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://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
WORKDIR /var/app

View File

@ -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
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
CMD ["python3", "./docker.py" ]

View File

@ -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
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
CMD ["python3", "./docker.py" ]

View File

@ -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
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
CMD ["python3", "./docker.py" ]

View File

@ -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
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
CMD ["python3", "./docker.py" ]