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 \ ca-certificates \
default-libmysqlclient-dev \ default-libmysqlclient-dev \
openssh-client \ openssh-client \
sshpass" sshpass \
bubblewrap"
ARG APT_MIRROR=http://mirrors.ustc.edu.cn ARG APT_MIRROR=http://mirrors.ustc.edu.cn
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \

@ -39,7 +39,8 @@ ARG TOOLS=" \
nmap \ nmap \
telnet \ telnet \
vim \ vim \
wget" wget \
bubblewrap"
ARG APT_MIRROR=http://mirrors.ustc.edu.cn ARG APT_MIRROR=http://mirrors.ustc.edu.cn
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…
Cancel
Save