Skip to content

rikvdh/docker-php-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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