Skip to content

Commit

Permalink
fix(php-fpm): fix PHP 8.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 13, 2023
1 parent 805bc18 commit 26fc2ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions php-fpm/Dockerfile.83
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ RUN \
eatmydata add-apt-repository -y ppa:ondrej/php && \
eatmydata apt-get install -y php8.3-dev php8.3-xml && \
eatmydata apt-get install -y php-pear --no-install-recommends && \
# see https://github.com/Automattic/vip-container-images/issues/536, https://github.com/oerdnj/deb.sury.org/issues/2025
cp \
/usr/share/libtool/build-aux/config.sub \
/usr/share/libtool/build-aux/config.guess \
/usr/share/libtool/build-aux/ltmain.sh \
/usr/bin/shtool \
/usr/lib/php/20230831/build && \
pecl install timezonedb && \
pecl install apcu && \
pecl install igbinary && \
Expand Down

0 comments on commit 26fc2ea

Please sign in to comment.