Fixes for Dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@ ENV APACHE_DOCUMENT_ROOT /var/www/html/public
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install librabbitmq-dev \
|
||||
$PHPIZE_DEPS \
|
||||
&& docker-php-ext-install pdo_mysql mysqli pcntl \
|
||||
&& docker-php-ext-install pdo_mysql mysqli pcntl bcmath \
|
||||
&& pecl install redis \
|
||||
&& pecl install amqp \
|
||||
&& docker-php-ext-enable redis amqp \
|
||||
|
||||
Reference in New Issue
Block a user