mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
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:
parent
dd81b56094
commit
4d4cb3d8ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue