fix: 修改RuntimeDockerfile
Gitea Action for docker build runtime / build-runtime (push) Failing after 2m12s Details

This commit is contained in:
chenwj113 2024-06-02 13:49:39 +08:00
parent 0ef5ce6fd8
commit 6e60009711
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /install
COPY requirements.txt .
# RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list
RUN sed -i s@/deb.debian.org/@/mirrors.aliyun.com/@g /etc/apt/sources.list.d/debian.sources
RUN apt-get update \
&& apt-get install gcc -y \