Add more PHP extensions to the Dockerfile
This commit is contained in:
parent
ebe087553e
commit
5e260c7cfd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apt-get update \
|
||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip \
|
||||||
&& curl -sSL https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions -o - | sh -s \
|
&& curl -sSL https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions -o - | sh -s \
|
||||||
curl gd intl ldap mbstring mysqli odbc pdo pdo_mysql soap sockets xml zip xdebug \
|
curl gd intl ldap mbstring mysqli odbc pdo pdo_mysql soap sockets xml zip xdebug exif sqlite3 gettext bcmath csv event imap inotify ldap mcrypt redis \
|
||||||
&& docker-php-ext-enable xdebug \
|
&& docker-php-ext-enable xdebug \
|
||||||
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
|
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
|
||||||
&& curl -sLS https://deb.nodesource.com/setup_18.x | bash - \
|
&& curl -sLS https://deb.nodesource.com/setup_18.x | bash - \
|
||||||
|
|
Loading…
Reference in a new issue