Skip to content

Commit

Permalink
Merge pull request #3200 from esamson/patch-1
Browse files Browse the repository at this point in the history
Add ncurses to the Docker image
  • Loading branch information
fthomas authored Nov 7, 2023
2 parents 5592d6b + 2a7a98f commit f69abe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,10 @@ lazy val dockerSettings = Def.settings(
).mkString(" && ")
Seq(
Cmd("USER", "root"),
Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm"),
Cmd(
"RUN",
"apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm ncurses"
),
Cmd("RUN", installSbt),
Cmd("RUN", installMill),
Cmd("RUN", installCoursier),
Expand Down

0 comments on commit f69abe1

Please sign in to comment.