diff --git a/Dockerfile b/Dockerfile index 66cdbb8..0b88053 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.arm32v6 b/Dockerfile.arm32v6 index ee50c53..6dd4a56 100644 --- a/Dockerfile.arm32v6 +++ b/Dockerfile.arm32v6 @@ -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 diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index a18b553..288f953 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -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 diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 663af4a..e34e2d5 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -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 diff --git a/docker_full/Dockerfile b/docker_full/Dockerfile index b15e2d0..1d1a745 100644 --- a/docker_full/Dockerfile +++ b/docker_full/Dockerfile @@ -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" ] diff --git a/docker_full/Dockerfile.arm32v6 b/docker_full/Dockerfile.arm32v6 index c433bdb..54140a1 100644 --- a/docker_full/Dockerfile.arm32v6 +++ b/docker_full/Dockerfile.arm32v6 @@ -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" ] diff --git a/docker_full/Dockerfile.arm32v7 b/docker_full/Dockerfile.arm32v7 index 0bebbb5..4e9363f 100644 --- a/docker_full/Dockerfile.arm32v7 +++ b/docker_full/Dockerfile.arm32v7 @@ -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" ] diff --git a/docker_full/Dockerfile.arm64v8 b/docker_full/Dockerfile.arm64v8 index fcc3743..d56cd12 100644 --- a/docker_full/Dockerfile.arm64v8 +++ b/docker_full/Dockerfile.arm64v8 @@ -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" ]