Skip to content

Commit

Permalink
fix postgres tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjandrews committed Jun 16, 2017
1 parent be3337c commit bc2b6a1
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 @@ -2,7 +2,7 @@ FROM php:5.6.30-fpm-alpine

RUN apk update && apk add build-base

RUN apk add postgresql-dev \
RUN apk add postgresql postgresql-dev \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install pdo pdo_pgsql pgsql

Expand Down

0 comments on commit bc2b6a1

Please sign in to comment.