Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 297 Bytes

File metadata and controls

18 lines (15 loc) · 297 Bytes

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