From 77e9fcdebd95a2a27f161d0311e90cdbb4abd02d Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 28 Sep 2020 08:30:11 +0200 Subject: [PATCH] resources: Update Dockerfile to install missing Python packages In order to build virtiofsd from the latest build system, the Python package python3-setuptools is required. Signed-off-by: Sebastien Boeuf --- resources/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Dockerfile b/resources/Dockerfile index b1409f74b..202a5e3b4 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update \ cpio \ bsdtar \ libfdt-dev \ + python3-setuptools \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*