Skip to content

Missing ext-gd and ext-ssh2 in Docker dev images #2074

@kevincerro

Description

@kevincerro

Description:

I just upgraded to Bref v3 to test and encountered this issue when trying to upgrade.
Probably is my fault, sorry!!

Image

How to reproduce:

Use this Docker dev image and run the following command

composer require bref/bref bref/extra-php-extensions bref/secrets-loader bref/sentry-integration bref/symfony-bridge bref/symfony-messenger

FROM bref/php-83-dev
COPY --from=bref/extra-gd-php-83 /opt /opt
COPY --from=bref/extra-ssh2-php-83 /opt /opt

ENV BREF_RUNTIME=fpm

# Install unzip and git (required by composer)
RUN dnf install -y unzip git

# Install wkhtmltox 0.12.3 deps
RUN dnf install -y libXrender libXext fontconfig

WORKDIR /var/task

Thanks for all the awesome work done with Bref 💯

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions