perf: add bubblewrap

pull/13552/head
wangruidong 2024-07-01 11:16:25 +08:00 committed by w940853815
parent 6753b5fd19
commit d9754496d0
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \