Skip to content

Commit

Permalink
Merge pull request #58 from f8dca/main
Browse files Browse the repository at this point in the history
Added pgp-pgsql to the dockerfile_web
  • Loading branch information
dbarzin authored Nov 24, 2023
2 parents e26e875 + 53efa8a commit 6812e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile_web
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get install -y --no-install-recommends \
php-cli=2:8.2* \
php-opcache \
php-mysql=2:8.2* \
php-pgsql=2:8.2* \
php-zip=2:8.2* \
php-gd=2:8.2* \
php-mbstring=2:8.2* \
Expand Down Expand Up @@ -35,4 +36,4 @@ RUN chmod u+x /opt/entrypoint.sh

EXPOSE 80

ENTRYPOINT "/opt/entrypoint.sh"
ENTRYPOINT "/opt/entrypoint.sh"

0 comments on commit 6812e5f

Please sign in to comment.