diff --git a/docker_full/Dockerfile b/docker_full/Dockerfile index 393cfe2..a18c360 100644 --- a/docker_full/Dockerfile +++ b/docker_full/Dockerfile @@ -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" ] diff --git a/docker_full/Dockerfile.arm32v6 b/docker_full/Dockerfile.arm32v6 index c4472a8..2b8536a 100644 --- a/docker_full/Dockerfile.arm32v6 +++ b/docker_full/Dockerfile.arm32v6 @@ -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" ] diff --git a/docker_full/Dockerfile.arm32v7 b/docker_full/Dockerfile.arm32v7 index 8e2a200..fd3935c 100644 --- a/docker_full/Dockerfile.arm32v7 +++ b/docker_full/Dockerfile.arm32v7 @@ -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" ] diff --git a/docker_full/Dockerfile.arm64v8 b/docker_full/Dockerfile.arm64v8 index 5fac285..74dd695 100644 --- a/docker_full/Dockerfile.arm64v8 +++ b/docker_full/Dockerfile.arm64v8 @@ -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" ]