Skip to content

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

License

Notifications You must be signed in to change notification settings

pavlakis/docker-build-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published