Commit a8f159d4 authored by Fam Zheng's avatar Fam Zheng
Browse files

docker: Install python2 explicitly in docker image



Python is no longer installed implicitly, but the QEMU build system
requires it. List it in PACKAGES.

Reported-by: default avatarAuger Eric <eric.auger@redhat.com>
Signed-off-by: default avatarFam Zheng <famz@redhat.com>
Message-Id: <20170222021801.28658-1-famz@redhat.com>
Tested-by: default avatarEric Auger <eric.auger@redhat.com>
Signed-off-by: default avatarFam Zheng <famz@redhat.com>
parent e70dc7f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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 \