Core
ctype
curl
date
dom
fileinfo
filter
gd
hash
iconv
imagick
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_sqlite
Phar
posix
random
readline
Reflection
session
SimpleXML
sodium
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib
antiword
poppler-utils
imagemagick
FROM nonton/php:8.2-fpm-ic-alpine
RUN apk add --no-cache ffmpeg && \
# xdebug
apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
linux-headers \
ffmpeg && \
pecl install xdebug && \
docker-php-ext-enable xdebug && \
# Clean up build packages
docker-php-source delete && \
apk del --no-network --no-cache .build-deps && \
rm -rf /tmp/*
mv ${PHP_INI_DIR}/conf.d/php-xdebug.ini.dist ${PHP_INI_DIR}/conf.d/php-xdebug.ini
Content type
Image
Digest
sha256:fd1d577fa…
Size
82.1 MB
Last updated
about 2 months ago
docker pull nonton/php:8.3-fpm-ic-alpine