Skip to content

Commit

Permalink
Try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Sep 11, 2024
1 parent b60e2c3 commit dfbab22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN emacs --version

ADD . /root/.emacs.d

RUN echo "(custom-set-variables '(use-short-answers t) '(package-native-compile t))" > /root/.emacs.d/custom.el
RUN echo "(custom-set-variables '(use-short-answers t))" > /root/.emacs.d/custom.el

RUN --mount=type=cache,sharing=locked,target=/root/.emacs.d/elpa \
yes | emacs --fg-daemon --debug-init --eval "(kill-emacs)"
Expand Down

0 comments on commit dfbab22

Please sign in to comment.