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:
Tom Willemse 2020-12-28 00:49:10 -08:00
parent 4333a9ec65
commit 094e67d0ea

View file

@ -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