Adding scala compiler
This commit is contained in:
parent
c9b1c05fe3
commit
baa1ad1e7f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ WORKDIR /home/builder
|
|||
|
||||
RUN curl -fLo coursier https://github.com/coursier/launchers/raw/master/coursier
|
||||
RUN chmod +x coursier
|
||||
RUN ./coursier setup --yes --apps coursier,sbt,sbt-launcher,scalafmt
|
||||
RUN ./coursier setup --yes --apps coursier,sbt,sbt-launcher,scalafmt,scalac
|
||||
RUN rm ./coursier
|
||||
RUN mkdir -p /home/builder/.local/bin
|
||||
ENV PATH="${PATH}:/home/builder/.local/share/coursier/bin"
|
||||
|
|
Loading…
Add table
Reference in a new issue