diff --git a/Dockerfile_web b/Dockerfile_web index 48775926..292a1414 100644 --- a/Dockerfile_web +++ b/Dockerfile_web @@ -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* \ @@ -35,4 +36,4 @@ RUN chmod u+x /opt/entrypoint.sh EXPOSE 80 -ENTRYPOINT "/opt/entrypoint.sh" \ No newline at end of file +ENTRYPOINT "/opt/entrypoint.sh"