tests/docker: add python3-setuptools the docker images
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 3 Sep 2020 11:21:02 +0000 (12:21 +0100)
committerThomas Huth <thuth@redhat.com>
Sun, 6 Sep 2020 18:26:43 +0000 (20:26 +0200)
We need these now for builds to work.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200903112107.27367-4-alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/docker/dockerfiles/debian10.docker
tests/docker/dockerfiles/debian9.docker

index bcdff04ddfee28150fee8437b3e5ec0eefeb1930..e3c11a454ee02f0e4a6b9c2efd4df7eea7f2dfee 100644 (file)
@@ -29,6 +29,7 @@ RUN apt update && \
         pkg-config \
         psmisc \
         python3 \
+        python3-setuptools \
         python3-sphinx \
         texinfo \
         $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\  -f2)
index 0f0ebe530af60fa4ae688f93230823d8d043ed15..3edb5147ef3e43ad13b274437d500b2c23685e9d 100644 (file)
@@ -28,4 +28,5 @@ RUN apt update && \
         pkg-config \
         psmisc \
         python3 \
+        python3-setuptools \
         $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\  -f2)