mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-25 18:53:44 +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 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
|
python3-tomli \
|
||||||
rsync \
|
rsync \
|
||||||
zlib1g-dev${DPKG_ARCH} && \
|
zlib1g-dev${DPKG_ARCH} && \
|
||||||
if [ "${ARCH}" != s390x ]; then apt-get install -y --no-install-recommends libpmem-dev${DPKG_ARCH}; fi && \
|
if [ "${ARCH}" != s390x ]; then apt-get install -y --no-install-recommends libpmem-dev${DPKG_ARCH}; fi && \
|
||||||
|
Reference in New Issue
Block a user