mirror of
https://github.com/mveril/qp-demo
synced 2024-10-31 19:23:51 +01:00
Install emacs without GUI support
This commit is contained in:
parent
4c10597012
commit
a861501a94
@ -53,7 +53,7 @@ RUN ["/bin/sh","-c","yes | unminimize"]
|
||||
# Install all requierd packages
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install \
|
||||
python htop vim emacs screen tmux less wget curl tzdata man manpages-posix lsb-release \
|
||||
python htop vim emacs-nox screen tmux less wget curl tzdata man manpages-posix lsb-release \
|
||||
-y && \
|
||||
apt-get autoremove && apt-get clean
|
||||
# Reconfigure tzdata with the good timezone
|
||||
|
Loading…
Reference in New Issue
Block a user