Ajout des extensionns SQL pour docker

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-11 16:40:39 +01:00
parent 71fa5f1d53
commit dbc2fa390e

View File

@ -31,7 +31,7 @@ RUN apk --update add --no-cache --virtual build-deps yarn composer libzip-dev $P
# pdo mysqli pdo_mysql are for database connexions
RUN pecl install mcrypt
RUN docker-php-ext-enable mcrypt
RUN docker-php-ext-install zip
RUN docker-php-ext-install zip pdo mysqli pdo_mysql
# Setup nginx and PHP
COPY ./docker/ /