cleanup (emacs): Use No-X11 version of emacs - currently GTK - #402

Surely this is more in line with the package goals, or is there a reason to install X for emacs support?
This commit is contained in:
The Right Honourable Reverend 2021-07-22 08:24:22 -05:00 committed by Mickael Kerjean
parent dd81b56094
commit 4d4cb3d8ec

View file

@ -15,7 +15,7 @@ RUN apt-get update > /dev/null && \
apt-get purge -y --auto-remove gnupg && \
#################
# Optional dependencies
apt-get install -y curl tor emacs ffmpeg zip poppler-utils > /dev/null && \
apt-get install -y curl tor emacs-nox ffmpeg zip poppler-utils > /dev/null && \
# org-mode: html export
curl https://raw.githubusercontent.com/mickael-kerjean/filestash/master/server/.assets/emacs/htmlize.el > /usr/share/emacs/site-lisp/htmlize.el && \
# org-mode: markdown export
@ -58,4 +58,4 @@ RUN timeout 1 /app/filestash | grep -q start
EXPOSE 8334
VOLUME ["/app/data/state/"]
WORKDIR "/app"
CMD ["/app/filestash"]
CMD ["/app/filestash"]