Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.03 KB

Docker image for PHP and NodeJS

Build Status Docker Pulls

For example to use in CI environments or for local development where you need both PHP and NodeJS.

Available tags

Tags are constructed in a scheme of: <php-major.minor>-<node-major>.x.

For example 8.3-20.x for PHP 7.3 and NodeJS 20.x.

If you need specific combinations of PHP/NodeJS, open an issue or PR to add to the matrix

System information

  • Debian 12

Installed packages

  • ssh
  • openssh-client
  • rsync
  • curl
  • wget
  • PHP
    • mysql
    • pgsql
    • memcached
    • sqlite
    • bz2
    • zip
    • mbstring
    • curl
    • gd
    • xml
    • bcmath
    • soap
    • intl
    • imap
    • redis
  • Composer
  • Node.js
  • NPM