Skip to content

Issue with docker-php-ext-configure gd #12

@Darkle

Description

@Darkle

Hi, running docker compose up the build fails with:

configure: error: unrecognized options: --with-freetype-dir, --with-png-dir, --with-jpeg-dir
ERROR: Service 'ttrss_php' failed to build:

I think it is related to this: docker-library/php#912 (comment)

Changing docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr && \ to docker-php-ext-configure gd --with-freetype --with-jpeg && \ seemed to fix it.

Edit: actually I spoke too soon, its still failing but I think its a different error.

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