Skip to content

Commit f308ab9

Browse files
committed
Add gpg to the docker image
1 parent bd65cf7 commit f308ab9

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)