Skip to content

Commit

Permalink
Add missing db drivers to docker image (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech authored Mar 4, 2025
1 parent 535466b commit b3ba28a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ RUN apk update && apk add --no-cache \
$PHPIZE_DEPS \
gmp-dev \
git \
&& docker-php-ext-install bcmath gmp \
mariadb-dev \
postgresql-dev \
sqlite-dev \
&& docker-php-ext-install bcmath gmp pdo_mysql pdo_pgsql pdo_sqlite \
&& git clone --recursive --depth=1 https://github.com/kjdev/php-ext-snappy.git /tmp/php-ext-snappy \
&& cd /tmp/php-ext-snappy \
&& phpize \
Expand Down

0 comments on commit b3ba28a

Please sign in to comment.