Skip to content

Commit c83bbb4

Browse files
authored
Merge pull request #1637 from blast-hardcheese/openssh-dep
submodules added with ssh-style apparently use the ssh binary directly
2 parents b1da3bf + c3d06f6 commit c83bbb4

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)