Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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