mirror of https://github.com/jumpserver/jumpserver
perf: add bubblewrap
parent
6753b5fd19
commit
d9754496d0
|
@ -107,7 +107,8 @@ ARG TOOLS=" \
|
|||
ca-certificates \
|
||||
default-libmysqlclient-dev \
|
||||
openssh-client \
|
||||
sshpass"
|
||||
sshpass \
|
||||
bubblewrap"
|
||||
|
||||
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
|
||||
|
|
|
@ -39,7 +39,8 @@ ARG TOOLS=" \
|
|||
nmap \
|
||||
telnet \
|
||||
vim \
|
||||
wget"
|
||||
wget \
|
||||
bubblewrap"
|
||||
|
||||
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
|
||||
|
|
Loading…
Reference in New Issue