From ebcd8ed8234f81ad41cbf113697b52f699957e22 Mon Sep 17 00:00:00 2001 From: ritt Date: Tue, 11 Feb 2020 10:59:15 +0100 Subject: [PATCH] Install emacs in docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6d4fc67..8d49e21f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM gcc:latest -RUN apt-get -qq update && apt-get -y -qq install cmake +RUN apt-get -qq update && apt-get -y -qq install cmake && apt-get -y -qq install emacs RUN git clone --quiet https://ritt@bitbucket.org/ritt/elog.git WORKDIR /elog RUN git submodule update --init