typo
This commit is contained in:
+2
-3
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user