Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: pdo mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Aug 22, 2024
1 parent c14c5f9 commit 33c0c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives \
&& curl https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer | php -- --quiet \
&& docker-php-ext-configure pgsql \
&& docker-php-ext-install pdo pdo_pgsql pgsql bcmath intl zip \
&& docker-php-ext-install pdo pdo_pgsql pgsql pdo_mysql bcmath intl zip \
&& pecl install excimer \
&& docker-php-source delete \
&& awk 'NR==1 {print; print "\tservers {\n\t\ttrusted_proxies static private_ranges\n\t}\n"; next} 1' /etc/caddy/Caddyfile > /etc/caddy/Caddyfile.tmp \
Expand Down

0 comments on commit 33c0c26

Please sign in to comment.