Skip to content

Commit f69abe1

Browse files
authored
Merge pull request #3200 from esamson/patch-1
Add ncurses to the Docker image
2 parents 5592d6b + 2a7a98f commit f69abe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,10 @@ lazy val dockerSettings = Def.settings(
370370
).mkString(" && ")
371371
Seq(
372372
Cmd("USER", "root"),
373-
Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm"),
373+
Cmd(
374+
"RUN",
375+
"apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm ncurses"
376+
),
374377
Cmd("RUN", installSbt),
375378
Cmd("RUN", installMill),
376379
Cmd("RUN", installCoursier),

0 commit comments

Comments
 (0)