summaryrefslogtreecommitdiff
path: root/build/php
diff options
context:
space:
mode:
Diffstat (limited to 'build/php')
-rw-r--r--build/php/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/php/Dockerfile b/build/php/Dockerfile
index 280ca35..d05e60b 100644
--- a/build/php/Dockerfile
+++ b/build/php/Dockerfile
@@ -1,4 +1,4 @@
FROM php:fpm-alpine
-RUN apk add --no-cache postgresql-dev
+RUN apk add --no-cache postgresql-dev runuser
RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql
RUN docker-php-ext-install pdo pdo_pgsql