weseldridge / php-docker-build

A php image for building Laravel and Wordpress Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Docker Build

A build env for php applications.

You can find the image at https://hub.docker.com/r/weseldridge/laravel-builder/.

The base images is PHP:7.1

A short list of dependences.

OS Level

  • openssh-client
  • rsync
  • git
  • zip
  • unzip
  • dnsutils
  • pngquant
  • dh-autoreconf
  • libpng-dev
  • libzip-dev
  • composer
  • node
  • yarn
  • build-essential

Node global dependences

  • marked
  • react-tools
  • node-gyp
  • node-sass
  • gulp
  • webpack@3.*

Enabled PHP Extensions

  • zip
  • pdo_mysql

About

A php image for building Laravel and Wordpress Projects