mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-25 02:40:04 +00:00
qemu: Add depedency
The new QEMU build needs python-tomli, now that we bumped Ubuntu we can include the needed tomli package Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
@@ -63,6 +63,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
python3 \
|
||||
python3-dev \
|
||||
python3-venv \
|
||||
python3-tomli \
|
||||
rsync \
|
||||
zlib1g-dev${DPKG_ARCH} && \
|
||||
if [ "${ARCH}" != s390x ]; then apt-get install -y --no-install-recommends libpmem-dev${DPKG_ARCH}; fi && \
|
||||
|
Reference in New Issue
Block a user