Compare commits
1 Commits
main
...
2e77d9c95f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e77d9c95f
|
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user