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.
2 parents b1da3bf + c3d06f6 commit c83bbb4Copy full SHA for c83bbb4
build.sbt
@@ -208,7 +208,7 @@ lazy val dockerSettings = Def.settings(
208
val millVersion = Dependencies.millVersion.value
209
Seq(
210
Cmd("USER", "root"),
211
- Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven"),
+ Cmd("RUN", "apk --no-cache add bash git ca-certificates curl maven openssh"),
212
Cmd("RUN", s"wget $sbtUrl && tar -xf $sbtTgz && rm -f $sbtTgz"),
213
Cmd(
214
"RUN",
0 commit comments