bugfix:
Gitea Action for docker build runtime / build-runtime (push) Has been cancelled Details

This commit is contained in:
chenwj113 2024-06-02 13:44:26 +08:00
parent 3f0827e64f
commit 0ef5ce6fd8
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
RUN apt-get update \
&& apt-get install gcc -y \