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.
1 parent b1da3bf commit c3d06f6Copy full SHA for c3d06f6
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