We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97869e1 commit 58154e6Copy full SHA for 58154e6
Dockerfile
@@ -9,7 +9,7 @@ ENV TZ=UTC
9
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
10
11
# Install deps
12
-RUN apk --update add bash autoconf build-base wget curl git zip unzip jpeg-dev zlib-dev libpng-dev shadow
+RUN apk --update add bash autoconf build-base wget curl git zip unzip jpeg-dev zlib-dev libpng-dev shadow libpq postgresql-dev
13
14
# Install PHP extensions
15
RUN docker-php-ext-install pdo_mysql pdo_pgsql exif pcntl bcmath gd
0 commit comments