* [Qemu-devel] [PATCH] docker: Install more packages in centos7
@ 2018-07-11 6:58 Fam Zheng
2018-07-11 14:02 ` Philippe Mathieu-Daudé
2018-07-11 14:30 ` Fam Zheng
0 siblings, 2 replies; 3+ messages in thread
From: Fam Zheng @ 2018-07-11 6:58 UTC (permalink / raw)
To: qemu-devel; +Cc: Fam Zheng, Alex Bennée, Philippe Mathieu-Daudé
This makes test-block work.
Signed-off-by: Fam Zheng <famz@redhat.com>
---
tests/docker/dockerfiles/centos7.docker | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/docker/dockerfiles/centos7.docker b/tests/docker/dockerfiles/centos7.docker
index 575de29a0a..83462b7205 100644
--- a/tests/docker/dockerfiles/centos7.docker
+++ b/tests/docker/dockerfiles/centos7.docker
@@ -3,6 +3,7 @@ RUN yum install -y epel-release centos-release-xen
RUN yum -y update
ENV PACKAGES \
bison \
+ bzip2 \
bzip2-devel \
ccache \
csnappy-devel \
@@ -12,10 +13,12 @@ ENV PACKAGES \
gettext \
git \
glib2-devel \
+ libaio-devel \
libepoxy-devel \
libfdt-devel \
librdmacm-devel \
lzo-devel \
+ nettle-devel \
make \
mesa-libEGL-devel \
mesa-libgbm-devel \
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] docker: Install more packages in centos7
2018-07-11 6:58 [Qemu-devel] [PATCH] docker: Install more packages in centos7 Fam Zheng
@ 2018-07-11 14:02 ` Philippe Mathieu-Daudé
2018-07-11 14:30 ` Fam Zheng
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-07-11 14:02 UTC (permalink / raw)
To: Fam Zheng, qemu-devel; +Cc: Alex Bennée
On 07/11/2018 03:58 AM, Fam Zheng wrote:
> This makes test-block work.
>
> Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> tests/docker/dockerfiles/centos7.docker | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/docker/dockerfiles/centos7.docker b/tests/docker/dockerfiles/centos7.docker
> index 575de29a0a..83462b7205 100644
> --- a/tests/docker/dockerfiles/centos7.docker
> +++ b/tests/docker/dockerfiles/centos7.docker
> @@ -3,6 +3,7 @@ RUN yum install -y epel-release centos-release-xen
> RUN yum -y update
> ENV PACKAGES \
> bison \
> + bzip2 \
> bzip2-devel \
> ccache \
> csnappy-devel \
> @@ -12,10 +13,12 @@ ENV PACKAGES \
> gettext \
> git \
> glib2-devel \
> + libaio-devel \
> libepoxy-devel \
> libfdt-devel \
> librdmacm-devel \
> lzo-devel \
> + nettle-devel \
> make \
> mesa-libEGL-devel \
> mesa-libgbm-devel \
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] docker: Install more packages in centos7
2018-07-11 6:58 [Qemu-devel] [PATCH] docker: Install more packages in centos7 Fam Zheng
2018-07-11 14:02 ` Philippe Mathieu-Daudé
@ 2018-07-11 14:30 ` Fam Zheng
1 sibling, 0 replies; 3+ messages in thread
From: Fam Zheng @ 2018-07-11 14:30 UTC (permalink / raw)
To: qemu-devel; +Cc: Alex Bennée, Philippe Mathieu-Daudé
On Wed, 07/11 14:58, Fam Zheng wrote:
> This makes test-block work.
>
> Signed-off-by: Fam Zheng <famz@redhat.com>
Queued, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-11 14:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 6:58 [Qemu-devel] [PATCH] docker: Install more packages in centos7 Fam Zheng
2018-07-11 14:02 ` Philippe Mathieu-Daudé
2018-07-11 14:30 ` Fam Zheng
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.