Skip to content

Commit

Permalink
update amqp version and composer version
Browse files Browse the repository at this point in the history
update amqp version and composer version
  • Loading branch information
fancyecommerce committed Jan 29, 2019
1 parent 674e7a5 commit 5affcc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/php/docker/Dockerfile
Expand Up @@ -21,8 +21,7 @@ RUN docker-php-ext-install mcrypt zip intl mbstring mysqli pdo_mysql exif xmlrpc
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install gd


RUN pecl install -o -f oauth mongodb \
RUN pecl install -o -f oauth mongodb amqp-1.8.0 \
&& rm -rf /tmp/pear

RUN docker-php-ext-enable mongodb oauth amqp
Expand All @@ -36,7 +35,8 @@ RUN curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer

RUN composer global require "fxp/composer-asset-plugin:^1.4.0"
RUN composer global require "fxp/composer-asset-plugin:^1.4.4"


RUN usermod -u 1000 www-data

Expand Down

0 comments on commit 5affcc4

Please sign in to comment.