perf: add bubblewrap

pull/13552/head
wangruidong 5 months ago committed by w940853815
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…
Cancel
Save