Skip to content

Commit fdec839

Browse files
authored
Merge pull request #3277 from daddykotex/dfrancoeur/gpg
Add gpg to the docker image
2 parents bd65cf7 + f308ab9 commit fdec839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ lazy val dockerSettings = Def.settings(
380380
Cmd("USER", "root"),
381381
Cmd(
382382
"RUN",
383-
"apk --no-cache add bash git ca-certificates curl maven openssh nodejs npm ncurses"
383+
"apk --no-cache add bash git gpg ca-certificates curl maven openssh nodejs npm ncurses"
384384
),
385385
Cmd("RUN", installSbt),
386386
Cmd("RUN", installMill),

0 commit comments

Comments
 (0)