rikvdh / docker-php-node

Docker image with PHP 8.x and NodeJS

Home Page:https://hub.docker.com/r/rikvdh/php-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image with PHP 8.x and NodeJS

https://hub.docker.com/r/rikvdh/php-node

License:MIT License


Languages

Language:Dockerfile 100.0%