Skip to content

Instantly share code, notes, and snippets.

@puggan
Last active August 21, 2025 15:18
Show Gist options
  • Save puggan/513c89f64cb6f0311448ecc558ace329 to your computer and use it in GitHub Desktop.
Save puggan/513c89f64cb6f0311448ecc558ace329 to your computer and use it in GitHub Desktop.
puggan/php-ext:php8.3.13-c2.8.2
FROM composer:2.8.2
RUN apk add --no-cache linux-headers \
&& chmod +x /usr/local/bin/install-php-extensions \
&& install-php-extensions \
bcmath \
calendar \
exif \
ftp \
gd \
intl \
memcached \
mysqli \
pcntl \
redis \
soap \
sockets \
ssh2 \
uuid \
xsl \
&& echo done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment