Skip to content

added description, how to install PHP extensions #7

@schmunk42

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

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