Skip to content

Commit c3d06f6

Browse files
author
Devon Stewart
committed
Adding ssh dependency to support submodules
1 parent b1da3bf commit c3d06f6

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
@@ -208,7 +208,7 @@ lazy val dockerSettings = Def.settings(
208208
val millVersion = Dependencies.millVersion.value
209209
Seq(
210210
Cmd("USER", "root"),
211-
Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven"),
211+
Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven openssh"),
212212
Cmd("RUN", s"wget $sbtUrl && tar -xf $sbtTgz && rm -f $sbtTgz"),
213213
Cmd(
214214
"RUN",

0 commit comments

Comments
 (0)