mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Install emacs in docker file
This commit is contained in:
parent
c1fd3ee3c3
commit
ebcd8ed823
@ -1,5 +1,5 @@
|
|||||||
FROM gcc:latest
|
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
|
RUN git clone --quiet https://ritt@bitbucket.org/ritt/elog.git
|
||||||
WORKDIR /elog
|
WORKDIR /elog
|
||||||
RUN git submodule update --init
|
RUN git submodule update --init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user