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 bd65cf7 + f308ab9 commit fdec839Copy full SHA for fdec839
build.sbt
@@ -380,7 +380,7 @@ lazy val dockerSettings = Def.settings(
380
Cmd("USER", "root"),
381
Cmd(
382
"RUN",
383
- "apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm ncurses"
+ "apk --no-cache add bash git gpg ca-certificates curl maven openssh nodejs npm ncurses"
384
),
385
Cmd("RUN", installSbt),
386
Cmd("RUN", installMill),
0 commit comments