Skip to content

Commit

Permalink
Merge pull request #54 from cron-eu/fix-redis-vs-igbinary
Browse files Browse the repository at this point in the history
Remove dependency of redis on igbinary
  • Loading branch information
baschny authored Feb 10, 2025
2 parents 837a6bb + 76c023b commit 215fd48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN <<EOT bash
"exif"
"gd"
"gettext"
"igbinary"
"imagick"
"intl"
"mysqli"
Expand Down Expand Up @@ -66,6 +65,9 @@ RUN <<EOT bash
;;
esac
install-php-extensions \${PHP_EXTENSIONS[@]}

# Install igbinary last, so that redis and others don't get support for it compiled in
install-php-extensions igbinary
EOT

# Other tools
Expand Down

0 comments on commit 215fd48

Please sign in to comment.