This commit is contained in:
hackerESQ
2025-01-27 12:01:14 -06:00
parent 8116d1d4de
commit be189cf899
+2 -3
View File
@@ -22,11 +22,10 @@ RUN apt-get update && apt-get upgrade -y \
libicu-dev \ libicu-dev \
libpq-dev \ libpq-dev \
supervisor \ supervisor \
unzip curl git \ unzip git \
nodejs npm \ nodejs npm \
# Install PHP extensions # Install PHP extensions
&& curl -sSL https://packages.sury.org/php/README.txt | bash -x \ && curl -sSL https://packages.sury.org/php/README.txt | bash -x && apt-get update \
apt-get update \
&& apt-get install -y \ && apt-get install -y \
php8.3-gd \ php8.3-gd \
php8.3-pgsql \ php8.3-pgsql \