docker-images: Docker Build Modular Dependency problem
I’m trying to build my docker with oracle database.
been using the FROM ghcr.io/oracle/oraclelinux8-php:7.4-fpm-20221104
now I’m getting an error of Modular Dependency Problem when running RUN dnf module enable -y php:7.4 php-oci8
`
Error: Problems in request:
Modular dependency problems:
Problem: module php-oci8:21c:8060020221011134100:34611983.x86_64 requires module(php:8.0), but none of the providers can be installed
- module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0:8060020211215065547:0a326c83.x86_64
- module php:8.0:8060020211215065547:0a326c83.x86_64 conflicts with module(php:7.4) provided by php:7.4:8030020200615123046:a4870ff1.x86_64
- module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0:8060020220622070726:5caa48ff.x86_64
- module php:8.0:8060020220622070726:5caa48ff.x86_64 conflicts with module(php:7.4) provided by php:7.4:8030020200615123046:a4870ff1.x86_64
- module php:7.4:8030020200615123046:a4870ff1.x86_64 conflicts with module(php:8.0) provided by php:8.0:8070020220801083134:afd00e68.x86_64
- module php:8.0:8070020220801083134:afd00e68.x86_64 conflicts with module(php:7.4) provided by php:7.4:8030020200615123046:a4870ff1.x86_64
- conflicting requests
`
already tried using the newer image FROM ghcr.io/oracle/oraclelinux8-php:7.4-fpm-20221214 but no luck. hope some can help me
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 16 (5 by maintainers)
Any Update on this?
what I did was instead of running install oraclelinux, i downloaded the SDK and unzipping it inside the docker
hope this helps in your end.
thank you . hope they fix it asap.