Skip to content

Commit

Permalink
fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-ritti authored Dec 2, 2024
1 parent 272d845 commit 6e5723a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ COPY config/php.ini /usr/local/etc/php/conf.d/000-php.ini
RUN echo "expose_php = Off" > /usr/local/etc/php/conf.d/expose_php.ini

# Install extensions
RUN install-php-extensions opcache sysvsem soap intl gettext ldap swoole zip amqp redis mysqli pgsql pdo_mysql pdo_pgsql gd exif xdebug
RUN install-php-extensions opcache sysvsem soap intl gettext ldap zip amqp redis mysqli pgsql pdo_mysql pdo_pgsql gd exif xdebug

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down
2 changes: 0 additions & 2 deletions php/Dockerfile.frankenphp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ RUN set -x \
pngquant \
ffmpeg \
libavif-dev \
mysql-client \
postgresql-client \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

ENV XDG_CONFIG_HOME="/config"
Expand Down

0 comments on commit 6e5723a

Please sign in to comment.