Skip to content

Commit

Permalink
Add php pdo and pdo_mysql to container
Browse files Browse the repository at this point in the history
  • Loading branch information
ihulsbus committed Aug 30, 2021
1 parent ceeabaa commit dd642d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /var/www/html
RUN chmod +x /var/www/html/entrypoint.sh && \
wget https://getcomposer.org/download/1.10.19/composer.phar && \
php composer.phar install && \
docker-php-ext-install pdo pdo_mysql && \
rm /etc/nginx/conf.d/default.conf && \
mkdir /run/nginx

Expand Down

0 comments on commit dd642d3

Please sign in to comment.