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 \
libgcrypt-dev `# optional build dependency` \
libglib2.0-dev `# build dependency` \
libnuma-dev `# optional build dependency` \
libpixman-1-dev `# build dependency` \
libusb-dev `# optional build dependency` \
libnuma-dev `# optional build dependency` \
meson \
ninja-build
RUN apt clean && rm -rf /var/lib/apt/lists/*
@ -136,6 +136,7 @@ RUN apt update \
gdb \
grub-efi-amd64 \
grub2-common \
libnuma1 `# running dependency for QEMU` \
libpixman-1-dev `# running dependency for QEMU` \
mtools `# used by grub-mkrescue` \
xorriso \

View File

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