From 899073e54fcd31c1b2315397946b81bf0f3d9bdf Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 14 Aug 2023 13:33:05 -0400 Subject: [PATCH] Update to the latest org-mode. --- docker/organic_test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/organic_test/Dockerfile b/docker/organic_test/Dockerfile index f6964ada..31797cba 100644 --- a/docker/organic_test/Dockerfile +++ b/docker/organic_test/Dockerfile @@ -17,7 +17,7 @@ RUN make DESTDIR="/root/dist" install FROM build AS build-org-mode COPY --from=build-emacs /root/dist/ / RUN mkdir /root/dist -RUN mkdir /root/org-mode && git -C /root/org-mode init && git -C /root/org-mode remote add origin https://git.savannah.gnu.org/git/emacs/org-mode.git && git -C /root/org-mode fetch origin 70a082c9fbf6fd7d05fb56b26c6f2039b8edd478 && git -C /root/org-mode checkout FETCH_HEAD +RUN mkdir /root/org-mode && git -C /root/org-mode init && git -C /root/org-mode remote add origin https://git.savannah.gnu.org/git/emacs/org-mode.git && git -C /root/org-mode fetch origin b89bc55867d7cb809c379d371d12d409db785154 && git -C /root/org-mode checkout FETCH_HEAD WORKDIR /root/org-mode RUN make compile RUN make DESTDIR="/root/dist" install