Skip to content

Commit

Permalink
Merge pull request #88 from gabrielboliveira/fix-php-7.2
Browse files Browse the repository at this point in the history
Fix msgpack and igbinary for php 7.2
  • Loading branch information
fideloper committed Oct 16, 2018
2 parents 40125a2 + b7efab5 commit 04b93f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu xenial main" > /etc/apt
php7.2-imap php7.2-mysql php7.2-mbstring \
php7.2-xml php7.2-zip php7.2-bcmath php7.2-soap \
php7.2-intl php7.2-readline php7.2-xdebug \
php-msgpack php-igbinary \
php7.2-msgpack php7.2-igbinary \
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
&& mkdir /run/php \
&& apt-get -y autoremove \
Expand Down

0 comments on commit 04b93f8

Please sign in to comment.