Install libnuma to osdk container and bump image version to 0.16.1-20251130
This commit is contained in:
parent
2fc94a0d06
commit
a7b97db10f
|
|
@ -1 +1 @@
|
|||
0.16.1-20251129
|
||||
0.16.1-20251130
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
|||
iptables \
|
||||
iproute2 \
|
||||
jq \
|
||||
libnuma1 \
|
||||
net-tools \
|
||||
openssh-server \
|
||||
parted \
|
||||
|
|
|
|||
Loading…
Reference in New Issue