Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

php80 dockerfile config question #490

Open
answer666 opened this issue Jun 14, 2022 · 0 comments
Open

php80 dockerfile config question #490

answer666 opened this issue Jun 14, 2022 · 0 comments

Comments

@answer666
Copy link

项目需要,我需要在原有的PHP版本里增加php80, 但是php80 dockerfile 的配置为
ARG PHP_VERSION
FROM ${PHP_VERSION}
ARG TZ
ARG PHP_EXTENSIONS
我刚开始以为这个是需要自己手动修改为 PHP80_VERSION 以及后面的参数, 但是当我这么修改完成之后,build 的时候报错了,
我恢复到PHP_VERSION便可以正常运行
php80的配置拓展等信息不应该读取 PHP80_VERSION 对应的信息吗?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant