Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added description, how to install PHP extensions #7

Open
schmunk42 opened this issue Apr 24, 2015 · 0 comments
Open

added description, how to install PHP extensions #7

schmunk42 opened this issue Apr 24, 2015 · 0 comments
Assignees

Comments

@schmunk42
Copy link
Contributor

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
@schmunk42 schmunk42 self-assigned this Apr 24, 2015
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

No branches or pull requests

1 participant