Install emacs in docker file

This commit is contained in:
2020-02-11 10:59:15 +01:00
parent c1fd3ee3c3
commit ebcd8ed823
+1 -1
View File
@@ -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