Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 354 Bytes

php-node-builder

Alpine docker image with:

  • php7 + all extensions needed by laravel
  • node 8
  • yarn
  • python
  • pip
  • aws + boto
  • bash
  • zip
  • generic build essentials (automake, autoconf, nasm, etc.)
  • git

Caches are set up as such for use with BitBucket pipelines:

  • pip: /root/.cache/pip
  • npm: /root/.npm
  • yarn: /root/.cache/yarn