Skip to content

Commit a6b2114

Browse files
authored
more
1 parent b4cf8e7 commit a6b2114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github/Runners/debian-builder-unstable.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN <<EOS
100100
#----------------------#
101101
#Main
102102
set +e
103-
packages="aria2 autoconf autoconf-archive automake autopoint bc binutils b3sum brotli build-essential ca-certificates ccache clang cmake cmake-extras coreutils cython3 diffutils dos2unix execline findutils fontconfig gawk gcc gettext itstool lzip jq libtool libtool-bin make meson musl musl-dev musl-tools nasm policycoreutils pkg-config python3 p7zip-full spirv-cross rsync texinfo texi2html txt2html util-linux wget xsltproc xxhash xz-utils yasm"
103+
packages="aria2 autoconf autoconf-archive automake autopoint bc binutils b3sum brotli build-essential ca-certificates ccache clang cmake cmake-extras coreutils cython3 diffutils dos2unix execline findutils fontconfig gawk gcc gettext itstool lzip jq libcap-dev libcapnp-dev libtool libtool-bin liburing linux-headers-amd64 make meson musl musl-dev musl-tools nasm policycoreutils pkg-config python3 p7zip-full spirv-cross rsync swig texinfo texi2html txt2html util-linux wget xsltproc xxhash xz-utils yasm"
104104
#Install
105105
apt update -y -qq
106106
for pkg in $packages; do DEBIAN_FRONTEND="noninteractive" apt install -y --ignore-missing "$pkg"; done

0 commit comments

Comments
 (0)