Install emacs in docker file
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user