emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c1f4a16: * test/infra/Dockerfile.emba: Install texinfo.


From: Michael Albinus
Subject: master c1f4a16: * test/infra/Dockerfile.emba: Install texinfo.
Date: Sun, 7 Mar 2021 12:55:56 -0500 (EST)

branch: master
commit c1f4a16cf3d71aa3f67c1c209e7060dc71afc545
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/infra/Dockerfile.emba: Install texinfo.
---
 test/infra/Dockerfile.emba | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 63a48b4..cde657a 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -28,7 +28,7 @@ FROM debian:stretch as emacs-base
 
 RUN apt-get update && \
     apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
-      libc-dev gcc g++ make autoconf automake libncurses-dev gnutls-dev git \
+      libc-dev gcc g++ make autoconf automake libncurses-dev gnutls-dev git 
texinfo \
     && rm -rf /var/lib/apt/lists/*
 
 FROM emacs-base as emacs-inotify
@@ -39,11 +39,10 @@ RUN apt-get update && \
 
 COPY . /checkout
 WORKDIR /checkout
-RUN mkdir info && touch info/emacs
 RUN ./autogen.sh autoconf
 RUN ./configure
 RUN make -j4 bootstrap
-RUN make -j4 lisp
+RUN make -j4
 
 FROM emacs-base as emacs-filenotify-gio
 
@@ -53,11 +52,10 @@ RUN apt-get update && \
 
 COPY . /checkout
 WORKDIR /checkout
-RUN mkdir info && touch info/emacs
 RUN ./autogen.sh autoconf
 RUN ./configure --with-file-notification=gfile
 RUN make -j4 bootstrap
-RUN make -j4 lisp
+RUN make -j4
 
 FROM emacs-base as emacs-gnustep
 
@@ -67,8 +65,7 @@ RUN apt-get update && \
 
 COPY . /checkout
 WORKDIR /checkout
-RUN mkdir info && touch info/emacs
 RUN ./autogen.sh autoconf
 RUN ./configure --with-ns
 RUN make -j4 bootstrap
-RUN make -j4 lisp
+RUN make -j4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]