On Wed, Dec 02, 2020 at 01:07:39PM +0100, Gerd Hoffmann wrote:
> Hi,
>
> > +RUN echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \
> > +yum install -y epel-release && \
> > +yum install -y centos-release-xen-48 && \
> > +yum update -y && \
> > +yum install -y \
> > +
Hi,
> +RUN echo 'skip_missing_names_on_install=0' >> /etc/yum.conf && \
> +yum install -y epel-release && \
> +yum install -y centos-release-xen-48 && \
> +yum update -y && \
> +yum install -y \
> +SDL2-devel \
More a comment for lcitool I guess: rpmbuild generates prov
This commit is best examined using the "-b" option to diff.
Signed-off-by: Daniel P. Berrangé
---
tests/docker/dockerfiles/centos7.docker | 213 +---
tests/docker/dockerfiles/refresh| 2 +-
2 files changed, 117 insertions(+), 98 deletions(-)
diff --git a/tests/dock