We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b73178 commit 79c8543Copy full SHA for 79c8543
1 file changed
build-alpine
@@ -24,6 +24,11 @@ install_deps() {
24
25
apk add php84 php84-dev curl git autoconf bison re2c pkgconf zlib-dev zstd-dev openssl-libs-static openssl-dev zlib-static zlib-dev gnu-libiconv-dev clang-dev llvm-dev
26
27
+ # Create symlinks for php84 to be accessible as php
28
+ ln -sf /usr/bin/php84 /usr/bin/php
29
+ ln -sf /usr/bin/php-config84 /usr/bin/php-config
30
+ ln -sf /usr/bin/phpize84 /usr/bin/phpize
31
+
32
install_curl
33
34
install_libzip
0 commit comments