Skip to content

Commit

Permalink
ADDED: pdo_mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen0815 committed Mar 3, 2024
1 parent 9420fec commit 4cd21b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ RUN apt update && apt install -y \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl \
&& docker-php-ext-install mbstring \
&& docker-php-ext-install zip
RUN docker-php-ext-enable intl mbstring zip
&& docker-php-ext-install zip \
&& docker-php-ext-install pdo_mysql
RUN docker-php-ext-enable intl mbstring zip pdo_mysql

COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
ENV COMPOSER_ALLOW_SUPERUSER=1
Expand Down

0 comments on commit 4cd21b3

Please sign in to comment.