Skip to content

medleybox/php-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CLI Docker image

PHP 8 Alpine cli docker image

PHP v8.3.2 Alpine v3.18 cli docker image to run PHP code with the following extensions installed:

  • exif
  • gd
  • intl
  • opcache
  • pdo_pgsql
  • redis
  • zip

Using latest version

FROM ghcr.io/medleybox/php-cli:master

COPY . /app