From a861501a94a8ed0ad3a66acbf6a45617817b90a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Fri, 28 May 2021 17:54:19 +0200 Subject: [PATCH] Install emacs without GUI support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4373ec..04c397f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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