Skip to content

can't install gd php7.2-fpm  #815

@miguelBarreiro85

Description

@miguelBarreiro85

What i tried

FROM php:7.2-fpm
RUN apt-get update && apt-get install -y
libfreetype6-dev
libjpeg62-turbo-dev
libpng-dev
&& docker-php-ext-install -j$(nproc) iconv
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
&& docker-php-ext-install -j$(nproc) gd

Expected: install gd
RESULT: Don't install gd-extension

i tried to install with your example gd extension but with no sucess from php7.2-fpm-strech, can you tell how to install it please

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionUsability question, not directly related to an error with the image

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions