COPY . /checkout
WORKDIR /checkout
-RUN touch info/emacs
+RUN mkdir info && touch info/emacs
RUN ./autogen.sh autoconf
RUN ./configure
RUN make -j4 bootstrap
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
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