Update sbt to 0.14.5

Also install bc as it is now required by sbt

Step 3/8 : RUN cd /tmp && echo hello | sbt new sbt/scala-seed.g8
 ---> Running in 0262ba9e571e
/usr/share/sbt/bin/sbt-launch-lib.bash: line 207: bc: command not found

Also update sbt to 0.14.5, as it's failing with:

[error] sbt.librarymanagement.ResolveException: unresolved dependency:
com.eed3si9n#sbt-assembly;0.14.4: not found

Reason why it fails is because we will be using scala version 2.12,
that only has 0.14.5+

See https://dl.bintray.com/sbt/sbt-plugin-releases/com.eed3si9n/sbt-assembly/scala_2.12/

in ubuntu 15.04 it was using scala bersion 2.10 which had 0.14.4.

Change-Id: Ib051dd347eaea2c77ae6c403ebf76bed4b9b4b9c
1 file changed
tree: 0fd94e798bd970d1181f10a4596afbce33f444ce
  1. jenkins/
  2. jenkins-docker/
  3. worker/
  4. .gitignore