Last active
August 21, 2025 15:18
-
-
Save puggan/513c89f64cb6f0311448ecc558ace329 to your computer and use it in GitHub Desktop.
puggan/php-ext:php8.3.13-c2.8.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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