Skip to content

Commit ac92b4c

Browse files
Only install coursier and sbt in docker container
1 parent ca095a4 commit ac92b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eux
33
curl -fLo /usr/local/bin/coursier https://github.com/coursier/coursier/releases/download/v2.1.5/coursier
44
chmod +x /usr/local/bin/coursier
5-
coursier setup --yes
5+
coursier setup --yes --apps coursier,sbt
66

77
curl -fLo maven.zip https://archive.apache.org/dist/maven/maven-3/3.9.1/binaries/apache-maven-3.9.1-bin.zip
88
unzip -d /opt/maven maven.zip

0 commit comments

Comments
 (0)