; * test/infra/Dockerfile.emba: Fix last change.

This commit is contained in:
Michael Albinus 2021-03-07 11:43:27 +01:00
parent 30489f4264
commit 564b6391f8

View file

@ -39,7 +39,7 @@ RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
RUN touch info/emacs
RUN mkdir info && touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure
RUN make -j4 bootstrap
@ -53,7 +53,7 @@ RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
RUN touch info/emacs
RUN mkdir info && touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure --with-file-notification=gfile
RUN make -j4 bootstrap
@ -67,7 +67,7 @@ RUN apt-get update && \
COPY . /checkout
WORKDIR /checkout
RUN touch info/emacs
RUN mkdir info && touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure --with-ns
RUN make -j4 bootstrap