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 <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2020-09-28 08:30:11 +02:00 committed by Samuel Ortiz
parent 3534b6932a
commit 77e9fcdebd

View File

@ -39,6 +39,7 @@ RUN apt-get update \
cpio \
bsdtar \
libfdt-dev \
python3-setuptools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*