mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-23 03:12:12 +00:00
Ajout des extensionns SQL pour docker
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
71fa5f1d53
commit
dbc2fa390e
@ -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
|
# pdo mysqli pdo_mysql are for database connexions
|
||||||
RUN pecl install mcrypt
|
RUN pecl install mcrypt
|
||||||
RUN docker-php-ext-enable 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
|
# Setup nginx and PHP
|
||||||
COPY ./docker/ /
|
COPY ./docker/ /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user