fix: 修改RuntimeDockerfile
Gitea Action for docker build runtime / build-runtime (push) Failing after 2m12s
Details
Gitea Action for docker build runtime / build-runtime (push) Failing after 2m12s
Details
This commit is contained in:
parent
0ef5ce6fd8
commit
6e60009711
|
|
@ -7,7 +7,7 @@ WORKDIR /install
|
||||||
|
|
||||||
COPY requirements.txt .
|
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 \
|
RUN apt-get update \
|
||||||
&& apt-get install gcc -y \
|
&& apt-get install gcc -y \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue