feat(docker): php sockets
This commit is contained in:
parent
d72fb3fe6b
commit
0ada5cf38f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue