libraries must link against -lphp dynamic!

This commit is contained in:
DubbleClick
2025-06-19 11:20:57 +07:00
parent 4a70f260f3
commit 61a9264802
3 changed files with 4 additions and 3 deletions

View File

@@ -84,7 +84,8 @@ RUN apk update; \
wget \
xz \
gettext-dev \
binutils-gold
binutils-gold \
patchelf
RUN curl -#fSL https://dl.static-php.dev/static-php-cli/bulk/php-8.4.4-cli-linux-\$(uname -m).tar.gz | tar -xz -C /usr/local/bin && \
chmod +x /usr/local/bin/php