chore: docker build (#9338)

* chore: docker build
* chore: loong64 build

Co-authored-by: Eric <xplzv@126.com>
pull/9339/head
fit2bot 2023-01-19 13:08:54 +08:00 committed by GitHub
parent 4bef48eb6a
commit ce1cb4214c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ ARG TOOLS=" \
telnet \
unzip \
vim \
git \
wget"
ARG APT_MIRROR=http://mirrors.ustc.edu.cn

View File

@ -41,6 +41,7 @@ ARG TOOLS=" \
telnet \
unzip \
vim \
git \
wget"
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \