buildworker: add Python2 package
authorPetr Štetiar <ynezz@true.cz>
Sat, 13 Mar 2021 06:51:03 +0000 (07:51 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 13 Mar 2021 06:51:53 +0000 (07:51 +0100)
Which is still needed for 19.07 builds.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildworker/Dockerfile

index 380ecc5d495989066ef330f66a380d2dc9a2ccef..ae62c7f57244b7a317ed7fdc7d592ad87e617cd8 100644 (file)
@@ -28,6 +28,7 @@ RUN \
                swig \
                pv \
                pwgen \
+               python \
                python3 \
                python3-pip \
                qemu-utils \