Don’t install Emacs, call coleslaw after setting PATH
I don’t need Emacs in this container, I can use a different container. I can’t run ‘coleslaw’ if the executable isn’t in the PATH variable.
This commit is contained in:
parent
4333a9ec65
commit
094e67d0ea
1 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,6 @@ RUN curl -sL `curl -s https://api.github.com/repos/roswell/roswell/releases/late
|
|||
--output roswell.deb \
|
||||
&& apt install -y ./roswell.deb
|
||||
|
||||
RUN ros install coleslaw-org/coleslaw && coleslaw --help
|
||||
RUN curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash
|
||||
RUN evm install emacs-27.1 && evm use emacs-27.1
|
||||
|
||||
RUN ros install coleslaw-org/coleslaw
|
||||
ENV PATH="/root/.evm/bin:/root/.roswell/bin:$PATH"
|
||||
RUN coleslaw --help
|
||||
|
|
Loading…
Reference in a new issue