add some packages to laravel container
Build and Push Docker Images / build-and-push (push) Successful in 7m18s
Build and Push Docker Images / build-and-push (push) Successful in 7m18s
This commit is contained in:
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
cron \
|
cron \
|
||||||
sudo \
|
sudo \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl bcmath
|
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl bcmath pcntl sockets
|
||||||
|
|
||||||
# Install Redis PHP extension via PECL
|
# Install Redis PHP extension via PECL
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
|
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
6.0
|
6.1
|
||||||
Reference in New Issue
Block a user