Skip to content

Imagemagick from distro#249

Draft
bluvulture wants to merge 2 commits into
4.xfrom
imagemagick_v4
Draft

Imagemagick from distro#249
bluvulture wants to merge 2 commits into
4.xfrom
imagemagick_v4

Conversation

@bluvulture
Copy link
Copy Markdown
Contributor

This pull request updates the ImageMagick dependencies in the Dockerfile to use the default package names instead of the version-specific ones. This change improves compatibility with various distributions and package repositories.

Dependency updates:

  • Replaced imagemagick-7 with imagemagick and libmagickwand-7-dev with libmagickwand-dev in the list of packages installed by apt-get in the Dockerfile.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Pimcore PHP image build to install ImageMagick using Debian’s default package names (rather than version-suffixed packages), improving compatibility across Debian-based package repositories.

Changes:

  • Replace imagemagick-7 with imagemagick in the apt-get install list.
  • Replace libmagickwand-7-dev with libmagickwand-dev in the apt-get install list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants