Skip to content

Commit 58154e6

Browse files
committed
Fix missing deps for pdo_pgsql
1 parent 97869e1 commit 58154e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV TZ=UTC
99
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1010

1111
# Install deps
12-
RUN apk --update add bash autoconf build-base wget curl git zip unzip jpeg-dev zlib-dev libpng-dev shadow
12+
RUN apk --update add bash autoconf build-base wget curl git zip unzip jpeg-dev zlib-dev libpng-dev shadow libpq postgresql-dev
1313

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

0 commit comments

Comments
 (0)