Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit a300383

Browse files
p4blockroblandry
authored andcommitted
Add php postgres package (#12)
1 parent 60eba30 commit a300383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN \
2020
apt-get install -y \
2121
nginx-light \
2222
php7.3-mysql \
23+
php7.3-pgsql \
2324
php7.3-imagick \
2425
php7.3-mbstring \
2526
php7.3-json \
@@ -55,4 +56,4 @@ RUN chmod +x /entrypoint.sh && \
5556

5657
ENTRYPOINT [ "/entrypoint.sh" ]
5758

58-
CMD [ "nginx" ]
59+
CMD [ "nginx" ]

0 commit comments

Comments
 (0)