1 Commits

Author SHA1 Message Date
Tom Alexander
2e77d9c95f Use ADD command for pulling git repos.
Some checks failed
foreign-document-test Build foreign-document-test has started
rust-test Build rust-test has started
build Build build has started
format Build format has succeeded
clippy Build clippy has failed
This is to fix buildkit caching.
2026-07-09 22:29:20 -04:00

View File

@@ -17,9 +17,7 @@ RUN apk add --no-cache build-base musl-dev git autoconf make texinfo gnutls-dev
FROM build AS build-emacs FROM build AS build-emacs
ARG EMACS_VERSION ADD https://code.fizz.buzz/mirror/emacs.git#emacs-29.1 /root/emacs
ARG EMACS_REPO
RUN git clone --depth 1 --branch $EMACS_VERSION $EMACS_REPO /root/emacs
WORKDIR /root/emacs WORKDIR /root/emacs
RUN mkdir /root/dist RUN mkdir /root/dist
RUN ./autogen.sh RUN ./autogen.sh