File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,16 +395,16 @@ lazy val dockerSettings = Def.settings(
395
395
Cmd (" USER" , " root" ),
396
396
Cmd (
397
397
" RUN" ,
398
- " apk --no-cache add bash git gpg ca-certificates curl maven openssh nodejs npm ncurses"
398
+ " apk --no-cache add bash git gpg ca-certificates curl maven openssh nodejs npm ncurses sqlite sqlite-dev "
399
399
),
400
400
Cmd (" RUN" , installSbt),
401
401
Cmd (" RUN" , installMill),
402
402
Cmd (" RUN" , installCoursier),
403
403
Cmd (" RUN" , installScalaCli),
404
404
Cmd (" RUN" , s " $csBin install --install-dir $binDir scalafix scalafmt " ),
405
- Cmd (" RUN" , " npm install --global yarn" ),
406
405
// Ensure binaries are in PATH
407
406
Cmd (" RUN" , " echo $PATH" ),
407
+ Cmd (" RUN" , " npm install --global yarn" ),
408
408
Cmd (" RUN" , " which cs mill mvn node npm sbt scala-cli scalafix scalafmt yarn" )
409
409
)
410
410
},
You can’t perform that action at this time.
0 commit comments