Re: [PATCH] docker: remove libcap development packages

2019-12-02 Thread Alex Bennée
Greg Kurz writes: > On Fri, 29 Nov 2019 16:08:01 +0100 > Paolo Bonzini wrote: > >> Libcap was dropped from virtio-9p, so remove it from the dockerfiles as well. >> >> Signed-off-by: Paolo Bonzini >> --- > > Similarly to what was discussed in these threads: > > 20191129111632.22840-2-pbonz...

Re: [PATCH] docker: remove libcap development packages

2019-12-02 Thread Greg Kurz
On Mon, 2 Dec 2019 11:49:58 +0100 Greg Kurz wrote: > On Fri, 29 Nov 2019 16:08:01 +0100 > Paolo Bonzini wrote: > > > Libcap was dropped from virtio-9p, so remove it from the dockerfiles as > > well. > > > > Signed-off-by: Paolo Bonzini > > --- > > Similarly to what was discussed in these th

Re: [PATCH] docker: remove libcap development packages

2019-12-02 Thread Greg Kurz
On Fri, 29 Nov 2019 16:08:01 +0100 Paolo Bonzini wrote: > Libcap was dropped from virtio-9p, so remove it from the dockerfiles as well. > > Signed-off-by: Paolo Bonzini > --- Similarly to what was discussed in these threads: 20191129111632.22840-2-pbonz...@redhat.com 20191129142126.32967-1-d

[PATCH] docker: remove libcap development packages

2019-11-29 Thread Paolo Bonzini
Libcap was dropped from virtio-9p, so remove it from the dockerfiles as well. Signed-off-by: Paolo Bonzini --- tests/docker/dockerfiles/fedora.docker | 1 - tests/docker/dockerfiles/ubuntu.docker | 1 - tests/docker/dockerfiles/ubuntu1804.docker | 1 - 3 files changed, 3 deletions(-) di