Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 812 Bytes

any PHP Build Status

Description

Small light-weight docker image based on:

  • Ubuntu 18.04 Bionic
  • Debian 9 stretch
  • Debian 10 buster

Already has ondrej/php ppa added, so next PHP versions can be installed:

  • 5.6 apt-get install php5.6
  • 7.0 apt-get install php7.0
  • 7.1 apt-get install php7.1
  • 7.2 apt-get install php7.2
  • 7.3 apt-get install php7.3

Originally image designed to be a base image for docker container that executes tests. Version of PHP can be customized through build arguments.

Usage:

FROM pratushnyi/anyphp:<ubuntu|stretch|buster>
...