; * test/infra/Dockerfile.emba: Fix last change.
This commit is contained in:
parent
30489f4264
commit
564b6391f8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue