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
从php7复制过来的php8.2版本,PHP7可以构建成功但是8.2报错,查看发现Dockerfile中有这样一个命令: `
RUN apk add gnu-libiconv=1.17-r1 libstdc++ --no-cache --repository http://${CONTAINER_PACKAGE_URL}/alpine/edge/community/ --allow-untrusted `
执行这个命令抛出的错误如下: 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
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
7版本的这个 bug fix 在 8版本中还有吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
从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
`
执行这个命令抛出的错误如下:
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
7版本的这个 bug fix 在 8版本中还有吗?
The text was updated successfully, but these errors were encountered: