Skip to content

Commit

Permalink
php: Install wikidiff2 and luasandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Aug 1, 2024
1 parent e5989c3 commit 5b6e5ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dockers/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@ ENV XDG_DATA_HOME /data

# Install the PHP extensions we need
RUN docker-php-ext-install -j8 \
calendar \
intl \
luasandbox \
mysqli \
opcache \
intl \
sockets \
calendar
wikidiff2 \
;

# Install the default object cache
RUN pecl channel-update pecl.php.net
Expand Down

0 comments on commit 5b6e5ed

Please sign in to comment.