Skip to content

Trouble Configuring Xdebug in Official FrankenPHP Docker Image #492

Closed Answered by adelynx
adelynx asked this question in Q&A
Discussion options

You must be logged in to vote

Solved

The docker-php-extension-installer script is provided in the base image. Adding additional PHP extensions is straightforward:

FROM dunglas/frankenphp

# add additional extensions here:
RUN install-php-extensions \
    pdo_mysql \
    gd \
    intl \
    zip \
    opcache

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@withinboredom
Comment options

@hazadam
Comment options

@withinboredom
Comment options

@hazadam
Comment options

@withinboredom
Comment options

Answer selected by adelynx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants