Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 1.33 KB

README.md

File metadata and controls

60 lines (51 loc) · 1.33 KB

PHP Ansible Dockerfile

Docker Pulls

This dockerfile extends from Alpine image. Intended for use in a CI environment.

Images:

Tag Parent Image Layers
7.2 alpine:3.8
5.6 alpine:3.5

Docker images contains:

  • PHP (7.2 or 5.6)
  • Ansible (latest)
  • Composer (lastest)

PHP extensions:

  • apcu
  • bcmath
  • common
  • ctype
  • curl
  • dev
  • dom
  • exif
  • fpm
  • gd
  • iconv
  • intl
  • json
  • mbstring
  • mysqlnd
  • opcache
  • openssl
  • pcntl
  • pdo
  • pdo_mysql
  • pdo_pgsql
  • phar
  • posix
  • redis
  • session
  • sockets
  • xdebug
  • xml
  • xsl
  • zip
  • zlib

Other packages

  • bash
  • curl
  • git
  • nodejs
  • npm
  • openssh