{
image = "debian/stable",
packages = [
"bundler",
"git-extras",
"rubocop",
"ruby"
],
repositories = {
backports = "http://ftp.ca.debian.org/debian/ stretch-backports main"
},
sources = ["https://git.singpolyma.net/dhall-ruby"],
tasks = [
{ build =
''
cd dhall-ruby
rubocop
bundle install --path="../.gems"
make test
''
}
]
}