mirror of https://github.com/jumpserver/jumpserver
chore: docker build (#9338)
* chore: docker build * chore: loong64 build Co-authored-by: Eric <xplzv@126.com>pull/9339/head
parent
4bef48eb6a
commit
ce1cb4214c
|
@ -41,6 +41,7 @@ ARG TOOLS=" \
|
||||||
telnet \
|
telnet \
|
||||||
unzip \
|
unzip \
|
||||||
vim \
|
vim \
|
||||||
|
git \
|
||||||
wget"
|
wget"
|
||||||
|
|
||||||
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
||||||
|
|
|
@ -41,6 +41,7 @@ ARG TOOLS=" \
|
||||||
telnet \
|
telnet \
|
||||||
unzip \
|
unzip \
|
||||||
vim \
|
vim \
|
||||||
|
git \
|
||||||
wget"
|
wget"
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
|
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
|
||||||
|
|
Loading…
Reference in New Issue