[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 1/4] automation: install texinfo
Stubdom's dependency newlib needs it. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- automation/build/centos/7.2.dockerfile | 1 + automation/build/debian/jessie.dockerfile | 1 + automation/build/debian/stretch.dockerfile | 1 + automation/build/ubuntu/trusty.dockerfile | 1 + automation/build/ubuntu/xenial.dockerfile | 1 + 5 files changed, 5 insertions(+) diff --git a/automation/build/centos/7.2.dockerfile b/automation/build/centos/7.2.dockerfile index c6a1f46d3c..34eac9abd4 100644 --- a/automation/build/centos/7.2.dockerfile +++ b/automation/build/centos/7.2.dockerfile @@ -39,4 +39,5 @@ RUN rpm --rebuilddb && \ python-markdown \ patch \ checkpolicy \ + texinfo \ && yum clean all diff --git a/automation/build/debian/jessie.dockerfile b/automation/build/debian/jessie.dockerfile index 9bb1bdf104..3377a63334 100644 --- a/automation/build/debian/jessie.dockerfile +++ b/automation/build/debian/jessie.dockerfile @@ -41,6 +41,7 @@ RUN apt-get update && \ checkpolicy \ wget \ git \ + texinfo \ && \ apt-get autoremove -y && \ apt-get clean && \ diff --git a/automation/build/debian/stretch.dockerfile b/automation/build/debian/stretch.dockerfile index f068457ab6..3d3f140737 100644 --- a/automation/build/debian/stretch.dockerfile +++ b/automation/build/debian/stretch.dockerfile @@ -41,6 +41,7 @@ RUN apt-get update && \ checkpolicy \ wget \ git \ + texinfo \ && \ apt-get autoremove -y && \ apt-get clean && \ diff --git a/automation/build/ubuntu/trusty.dockerfile b/automation/build/ubuntu/trusty.dockerfile index cc750873e3..de173891a7 100644 --- a/automation/build/ubuntu/trusty.dockerfile +++ b/automation/build/ubuntu/trusty.dockerfile @@ -41,6 +41,7 @@ RUN apt-get update && \ checkpolicy \ wget \ git \ + texinfo \ && \ apt-get autoremove -y && \ apt-get clean && \ diff --git a/automation/build/ubuntu/xenial.dockerfile b/automation/build/ubuntu/xenial.dockerfile index aa551c1b5c..76a923fb97 100644 --- a/automation/build/ubuntu/xenial.dockerfile +++ b/automation/build/ubuntu/xenial.dockerfile @@ -41,6 +41,7 @@ RUN apt-get update && \ checkpolicy \ wget \ git \ + texinfo \ && \ apt-get autoremove -y && \ apt-get clean && \ -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |