Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 458 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 458 Bytes

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"