Skip to content

added description, how to install PHP extensions #7

Description

@schmunk42

eg. Imagick

# Install PHP extensions
RUN apt-get update && \
    apt-get -y install \
            libmagickwand-dev \
        --no-install-recommends && \
    rm -r /var/lib/apt/lists/*
RUN pecl install imagick-beta

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions