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 \
libpq-dev \
supervisor \
unzip curl git \
unzip git \
nodejs npm \
# Install PHP extensions
&& curl -sSL https://packages.sury.org/php/README.txt | bash -x \
apt-get update \
&& curl -sSL https://packages.sury.org/php/README.txt | bash -x && apt-get update \
&& apt-get install -y \
php8.3-gd \
php8.3-pgsql \