Skip to content

Commit

Permalink
Merge pull request #177 from ingluisjimenez/fix-igbinary-msgpack-miss…
Browse files Browse the repository at this point in the history
…ing-extensions

Fixing missing deps for igbinary and msgpack
  • Loading branch information
ingluisjimenez committed May 26, 2020
2 parents 6006741 + 52f972a commit f86d6bb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ RUN apt-get update -q && \
/bin/bash /clean.sh \
&& \
phpenmod memcached && \
phpenmod igbinary && \
phpenmod msgpack && \
phpdismod pdo_pgsql && \
phpdismod pgsql && \
phpdismod redis && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile-7.1
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ RUN apt-get update -q && \
/bin/bash /clean.sh \
&& \
phpenmod memcached && \
phpenmod igbinary && \
phpenmod msgpack && \
phpdismod pdo_pgsql && \
phpdismod pgsql && \
phpdismod redis && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile-7.2
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ RUN apt-get update -q && \
/bin/bash /clean.sh \
&& \
phpenmod memcached && \
phpenmod igbinary && \
phpenmod msgpack && \
phpdismod pdo_pgsql && \
phpdismod pgsql && \
phpdismod redis && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile-7.3
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ RUN apt-get update -q && \
/bin/bash /clean.sh \
&& \
phpenmod memcached && \
phpenmod igbinary && \
phpenmod msgpack && \
phpdismod pdo_pgsql && \
phpdismod pgsql && \
phpdismod redis && \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile-7.4
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ RUN apt-get update -q && \
/bin/bash /clean.sh \
&& \
phpenmod memcached && \
phpenmod igbinary && \
phpenmod msgpack && \
phpdismod pdo_pgsql && \
phpdismod pgsql && \
phpdismod redis && \
Expand Down
4 changes: 4 additions & 0 deletions container/root/tests/php-fpm/base.goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ command:
exit-status: 0
php -m | grep -i zlib:
exit-status: 0
php -m | grep -i msgpack:
exit-status: 0
php -m | grep -i igbinary:
exit-status: 0

# Test that extra extensions are disabled by default
php -m | grep newrelic:
Expand Down

0 comments on commit f86d6bb

Please sign in to comment.