diff --git a/.sync/containers/Ubuntu-22/Dockerfile b/.sync/containers/Ubuntu-22/Dockerfile index c3d38535..7a2c896b 100644 --- a/.sync/containers/Ubuntu-22/Dockerfile +++ b/.sync/containers/Ubuntu-22/Dockerfile @@ -214,6 +214,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \ ninja-build \ tar \ && \ + pip3 install distlib && \ git clone "${QEMU_URL}" --branch "${QEMU_BRANCH}" --depth 1 qemu && \ cd qemu && \ ./configure --target-list=x86_64-softmmu,aarch64-softmmu --enable-gtk && \ diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index 9640c4a8..67b97e68 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -205,6 +205,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \ ninja-build \ tar \ && \ + pip3 install distlib && \ git clone "${QEMU_URL}" --branch "${QEMU_BRANCH}" --depth 1 qemu && \ cd qemu && \ ./configure --target-list=x86_64-softmmu,aarch64-softmmu --enable-gtk && \ @@ -226,4 +227,3 @@ RUN apt-get update && \ less \ && \ apt-get clean -