We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目需要,我需要在原有的PHP版本里增加php80, 但是php80 dockerfile 的配置为 ARG PHP_VERSION FROM ${PHP_VERSION} ARG TZ ARG PHP_EXTENSIONS 我刚开始以为这个是需要自己手动修改为 PHP80_VERSION 以及后面的参数, 但是当我这么修改完成之后,build 的时候报错了, 我恢复到PHP_VERSION便可以正常运行 php80的配置拓展等信息不应该读取 PHP80_VERSION 对应的信息吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
项目需要,我需要在原有的PHP版本里增加php80, 但是php80 dockerfile 的配置为
ARG PHP_VERSION
FROM ${PHP_VERSION}
ARG TZ
ARG PHP_EXTENSIONS
我刚开始以为这个是需要自己手动修改为 PHP80_VERSION 以及后面的参数, 但是当我这么修改完成之后,build 的时候报错了,
我恢复到PHP_VERSION便可以正常运行
php80的配置拓展等信息不应该读取 PHP80_VERSION 对应的信息吗?
The text was updated successfully, but these errors were encountered: