mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 13:51:29 +01:00
Tensor is not supported on Alpine 3.15 (#470)
Building tensor requires both lapack-dev and openblas-dev But Alpine maintainers made them incompatible See https://gitlab.alpinelinux.org/alpine/aports/-/issues/10739
This commit is contained in:
parent
10bc5d5e5a
commit
86d74af2e2
@ -2,4 +2,5 @@ parallel zts
|
||||
pdo_sqlsrv !alpine3.7 !alpine3.8 !bullseye
|
||||
pthreads zts
|
||||
sqlsrv !alpine3.7 !alpine3.8 !7.1-alpine3.9 !7.1-alpine3.10 !bullseye
|
||||
tensor !alpine3.15
|
||||
vips !alpine3.7 !alpine3.8 !alpine3.9 !jessie
|
||||
|
Loading…
x
Reference in New Issue
Block a user