1
0
mirror of https://github.com/mveril/qp-demo synced 2024-07-22 10:47:34 +02:00

Install emacs without GUI support

This commit is contained in:
Mickaël Véril 2021-05-28 17:54:19 +02:00
parent 4c10597012
commit a861501a94

View File

@ -53,7 +53,7 @@ RUN ["/bin/sh","-c","yes | unminimize"]
# Install all requierd packages # Install all requierd packages
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install \ 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 && \ -y && \
apt-get autoremove && apt-get clean apt-get autoremove && apt-get clean
# Reconfigure tzdata with the good timezone # Reconfigure tzdata with the good timezone