Install libnuma to osdk container and bump image version to 0.16.1-20251130

This commit is contained in:
Wang Siyuan 2025-11-29 13:28:48 +00:00 committed by Tate, Hongliang Tian
parent 2fc94a0d06
commit a7b97db10f
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.16.1-20251129 0.16.1-20251130

View File

@ -21,9 +21,9 @@ FROM build-base AS build-qemu
RUN apt update && apt-get install -y --no-install-recommends \ RUN apt update && apt-get install -y --no-install-recommends \
libgcrypt-dev `# optional build dependency` \ libgcrypt-dev `# optional build dependency` \
libglib2.0-dev `# build dependency` \ libglib2.0-dev `# build dependency` \
libnuma-dev `# optional build dependency` \
libpixman-1-dev `# build dependency` \ libpixman-1-dev `# build dependency` \
libusb-dev `# optional build dependency` \ libusb-dev `# optional build dependency` \
libnuma-dev `# optional build dependency` \
meson \ meson \
ninja-build ninja-build
RUN apt clean && rm -rf /var/lib/apt/lists/* RUN apt clean && rm -rf /var/lib/apt/lists/*
@ -136,6 +136,7 @@ RUN apt update \
gdb \ gdb \
grub-efi-amd64 \ grub-efi-amd64 \
grub2-common \ grub2-common \
libnuma1 `# running dependency for QEMU` \
libpixman-1-dev `# running dependency for QEMU` \ libpixman-1-dev `# running dependency for QEMU` \
mtools `# used by grub-mkrescue` \ mtools `# used by grub-mkrescue` \
xorriso \ xorriso \

View File

@ -61,7 +61,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
iptables \ iptables \
iproute2 \ iproute2 \
jq \ jq \
libnuma1 \
net-tools \ net-tools \
openssh-server \ openssh-server \
parted \ parted \