feat(docker): php sockets

This commit is contained in:
Michael 2025-02-07 16:13:01 +01:00
parent d72fb3fe6b
commit 0ada5cf38f
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ RUN docker-php-ext-configure zip && \
docker-php-ext-configure gd --with-freetype --with-jpeg docker-php-ext-configure gd --with-freetype --with-jpeg
RUN docker-php-ext-install gd exif pcntl bcmath mysqli pdo_mysql mbstring && \ RUN docker-php-ext-install gd exif pcntl bcmath mysqli pdo_mysql mbstring && \
docker-php-ext-install pdo_pgsql pgsql && \ docker-php-ext-install pdo_pgsql pgsql sockets && \
apt-get clean && rm -rf /var/lib/apt/lists/* apt-get clean && rm -rf /var/lib/apt/lists/*
# Create system user to run Composer and Artisan Commands # Create system user to run Composer and Artisan Commands