pavlakis / docker-build-tools

Build tools including Apache Ant, ruby gems, yarn, npm, gulp, bower, gulp and grunt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Tools

This includes a collection of the following tools, run in Ubuntu 16.04

  • Apache Ant
  • Nodejs
  • Gulp
  • Grunt
  • Bower
  • Yarn
  • Ruby gems
  • Sass

Locale has been set to: en_US.UTF-8

Note Using ffi 1.9.6

Run

An example to run a build that uses a Gemfile, Bower, yarn and ant.

docker run \
    --rm \
    -v "$(pwd)":/src:rw \
    pavlakis/build-tools sh -c "bundle install;yarn;bower install --allow-root;ant build"

About

Build tools including Apache Ant, ruby gems, yarn, npm, gulp, bower, gulp and grunt.

License:MIT License