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.
1 parent bd65cf7 commit f308ab9Copy full SHA for f308ab9
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