Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project builder docker deps #174

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt install -y jq
ENV PATH="/root/.local/share/coursier/bin:${PATH}"
RUN curl -fLo coursier https://github.com/coursier/launchers/raw/master/coursier && \
chmod +x coursier && \
./coursier install mill:0.10.10 scalafix scala-cli:1.0.0-RC2 --contrib \
./coursier install mill:0.10.10 scalafix scala-cli:1.0.1 --contrib \
&& sh -c "mill --version" \
&& sh -c "scalafix --version" \
&& sh -c "scala-cli --version" && \
Expand Down