Skip to content
New issue

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

构建php82时报错,这个fix bug的命令可以撤掉吗? #587

Closed
761042678 opened this issue Mar 24, 2024 · 2 comments
Closed

构建php82时报错,这个fix bug的命令可以撤掉吗? #587

761042678 opened this issue Mar 24, 2024 · 2 comments

Comments

@761042678
Copy link

从php7复制过来的php8.2版本,PHP7可以构建成功但是8.2报错,查看发现Dockerfile中有这样一个命令:
`

Fix: docker-library/php#240

RUN apk add gnu-libiconv=1.17-r1 libstdc++ --no-cache --repository http://${CONTAINER_PACKAGE_URL}/alpine/edge/community/ --allow-untrusted
`
image

执行这个命令抛出的错误如下:
ERROR: unable to select packages: gnu-libiconv-1.17-r2: breaks: world[gnu-libiconv=1.17-r1] The command '/bin/sh -c apk add gnu-libiconv=1.17-r1 libstdc++ --no-cache --repository http://${CONTAINER_PACKAGE_URL}/alpine/edge/community/ --allow-untrusted' returned a non-zero code: 1
image

7版本的这个 bug fix 在 8版本中还有吗?

@afu727
Copy link

afu727 commented Mar 24, 2024 via email

@jingmian
Copy link
Collaborator

jingmian commented Jul 9, 2024

这个是8.0安装imagick需要,如果不考虑可以撤掉

@jingmian jingmian closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants