We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5592d6b + 2a7a98f commit f69abe1Copy full SHA for f69abe1
build.sbt
@@ -370,7 +370,10 @@ lazy val dockerSettings = Def.settings(
370
).mkString(" && ")
371
Seq(
372
Cmd("USER", "root"),
373
- Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm"),
+ Cmd(
374
+ "RUN",
375
+ "apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm ncurses"
376
+ ),
377
Cmd("RUN", installSbt),
378
Cmd("RUN", installMill),
379
Cmd("RUN", installCoursier),
0 commit comments