Skip to content

Commit

Permalink
Support PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
nicekiwi authored May 6, 2021
1 parent 5467444 commit 97869e1
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 @@ -12,7 +12,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apk --update add bash autoconf build-base wget curl git zip unzip jpeg-dev zlib-dev libpng-dev shadow

# Install PHP extensions
RUN docker-php-ext-install pdo_mysql exif pcntl bcmath gd
RUN docker-php-ext-install pdo_mysql pdo_pgsql exif pcntl bcmath gd

# Install PECL extensions
RUN pecl install redis-5.3.2 \
Expand Down

0 comments on commit 97869e1

Please sign in to comment.