docker: add installation to build tests

Basic test that "make install" works; this requires msgfmt so add
gettext to the packages.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1506095371-23160-1-git-send-email-pbonzini@redhat.com>
[Rebase to master. - Fam]
Signed-off-by: Fam Zheng <famz@redhat.com>
This commit is contained in:
Paolo Bonzini 2017-09-22 17:49:31 +02:00 committed by Fam Zheng
parent ab16152926
commit 6283847857
14 changed files with 21 additions and 4 deletions

View file

@ -9,6 +9,7 @@ ENV PACKAGES \
flex \
g++ \
gcc \
gettext \
git \
glib2-devel \
libepoxy-devel \