Skip to content

Commit

Permalink
Add php postgres package (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
p4block authored and roblandry committed Apr 28, 2019
1 parent 60eba30 commit a300383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN \
apt-get install -y \
nginx-light \
php7.3-mysql \
php7.3-pgsql \
php7.3-imagick \
php7.3-mbstring \
php7.3-json \
Expand Down Expand Up @@ -55,4 +56,4 @@ RUN chmod +x /entrypoint.sh && \

ENTRYPOINT [ "/entrypoint.sh" ]

CMD [ "nginx" ]
CMD [ "nginx" ]

0 comments on commit a300383

Please sign in to comment.