File tree Expand file tree Collapse file tree 12 files changed +30
-18
lines changed
Expand file tree Collapse file tree 12 files changed +30
-18
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN install-php-extensions \
4949 gd \
5050 imagick \
5151 apcu \
52+ amqp \
5253 @composer
5354
5455# Installing other extensions but enabled dynamically
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ RUN install-php-extensions \
3737 gd \
3838 imagick \
3939 apcu \
40+ amqp \
4041 @composer
4142
4243# Installing other extensions but enabled dynamically
43- RUN REDIS_DONT_ENABLE=0 install-php-extensions redis
44- RUN MONGODB_DONT_ENABLE=0 install-php-extensions mongodb
45- RUN XDEBUG_DONT_ENABLE=0 install-php-extensions xdebug
44+ RUN IPE_DONT_ENABLE=1 install-php-extensions redis \
45+ mongodb \
46+ xdebug
4647
4748# Updating php.ini
4849ADD conf/php.ini /usr/local/etc/php/php.ini
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN install-php-extensions \
4949 gd \
5050 imagick \
5151 apcu \
52+ amqp \
5253 @composer
5354
5455# Installing other extensions but enabled dynamically
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ RUN install-php-extensions \
3737 gd \
3838 imagick \
3939 apcu \
40+ amqp \
4041 @composer
4142
4243# Installing other extensions but enabled dynamically
43- RUN REDIS_DONT_ENABLE=0 install-php-extensions redis
44- RUN MONGODB_DONT_ENABLE=0 install-php-extensions mongodb
45- RUN XDEBUG_DONT_ENABLE=0 install-php-extensions xdebug
44+ RUN IPE_DONT_ENABLE=1 install-php-extensions redis \
45+ mongodb \
46+ xdebug
4647
4748# Updating php.ini
4849ADD conf/php.ini /usr/local/etc/php/php.ini
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN install-php-extensions \
4949 gd \
5050 imagick \
5151 apcu \
52+ amqp \
5253 @composer
5354
5455# Installing other extensions but enabled dynamically
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ RUN install-php-extensions \
3737 gd \
3838 imagick \
3939 apcu \
40+ amqp \
4041 @composer
4142
4243# Installing other extensions but enabled dynamically
43- RUN REDIS_DONT_ENABLE=0 install-php-extensions redis
44- RUN MONGODB_DONT_ENABLE=0 install-php-extensions mongodb
45- RUN XDEBUG_DONT_ENABLE=0 install-php-extensions xdebug
44+ RUN IPE_DONT_ENABLE=1 install-php-extensions redis \
45+ mongodb \
46+ xdebug
4647
4748# Updating php.ini
4849ADD conf/php.ini /usr/local/etc/php/php.ini
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN install-php-extensions \
4949 gd \
5050 imagick \
5151 apcu \
52+ amqp \
5253 @composer
5354
5455# Installing other extensions but enabled dynamically
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ RUN install-php-extensions \
3737 gd \
3838 imagick \
3939 apcu \
40+ amqp \
4041 @composer
4142
4243# Installing other extensions but enabled dynamically
43- RUN REDIS_DONT_ENABLE=0 install-php-extensions redis
44- RUN MONGODB_DONT_ENABLE=0 install-php-extensions mongodb
45- RUN XDEBUG_DONT_ENABLE=0 install-php-extensions xdebug
44+ RUN IPE_DONT_ENABLE=1 install-php-extensions redis \
45+ mongodb \
46+ xdebug
4647
4748# Updating php.ini
4849ADD conf/php.ini /usr/local/etc/php/php.ini
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN install-php-extensions \
4949 gd \
5050 imagick \
5151 apcu \
52+ amqp \
5253 @composer
5354
5455# Installing other extensions but enabled dynamically
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ RUN install-php-extensions \
3737 gd \
3838 imagick \
3939 apcu \
40+ amqp \
4041 @composer
4142
4243# Installing other extensions but enabled dynamically
43- RUN REDIS_DONT_ENABLE=0 install-php-extensions redis
44- RUN MONGODB_DONT_ENABLE=0 install-php-extensions mongodb
45- RUN XDEBUG_DONT_ENABLE=0 install-php-extensions xdebug
44+ RUN IPE_DONT_ENABLE=1 install-php-extensions redis \
45+ mongodb \
46+ xdebug
4647
4748# Updating php.ini
4849ADD conf/php.ini /usr/local/etc/php/php.ini
You can’t perform that action at this time.
0 commit comments