PHP7.4にアップデートしようとしたらDockerのビルド中にエラーが発生しました。
環境
- Alpine 3.11
- PHP 7.4
ビルドエラー
checking for oniguruma... no
configure: error: Package requirements (oniguruma) were not met:
Package 'oniguruma', required by 'virtual:world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ONIG_CFLAGS
and ONIG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
対処法
$ apk add --update --no-cache oniguruma-dev
差分: https://github.com/ucan-lab/docker-laravel/pull/38/files
鬼車(oniguruma) とは
正規表現ライブラリです。
それぞれの正規表現オブジェクトごとに異なる文字エンコーディングを指定できる特徴があります。