Skip to content

How add ext-exif module in php.ini config? #295

Open
@idem84

Description

@idem84

Not found instruction how add php modules in Dockerfile, in my Dockerfile i have:

FROM richarvey/nginx-php-fpm:3.1.6

COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer

COPY . .

I think i somewhere must write:

/usr/local/bin/docker-php-ext-configure exif
/usr/local/bin/docker-php-ext-install exif

But dont know where..

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions