docker: Install python2 explicitly in docker image
authorFam Zheng <famz@redhat.com>
Wed, 22 Feb 2017 02:18:01 +0000 (10:18 +0800)
committerFam Zheng <famz@redhat.com>
Fri, 24 Feb 2017 06:18:11 +0000 (14:18 +0800)
Python is no longer installed implicitly, but the QEMU build system
requires it. List it in PACKAGES.

Reported-by: Auger Eric <eric.auger@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170222021801.28658-1-famz@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/dockerfiles/fedora.docker

index 478163b8d8359a44bff1f621726b37e8b816c1d9..c4f80ad3d86c4a577bde39c451c773ce12cc78ca 100644 (file)
@@ -1,6 +1,6 @@
 FROM fedora:latest
 ENV PACKAGES \
-    ccache git tar PyYAML sparse flex bison \
+    ccache git tar PyYAML sparse flex bison python2 \
     glib2-devel pixman-devel zlib-devel SDL-devel libfdt-devel \
     gcc gcc-c++ clang make perl which bc findutils \
     mingw32-pixman mingw32-glib2 mingw32-gmp mingw32-SDL mingw32-pkg-config \