Hi All,
I'm not sure if this is the right place to post this question (if not I apologize... and feel free to ignore it)
I set up a runbot test environment using this repository
https://github.com/odoo/runbot
I'm getting errors while building docker images using the dockerfile provided with the repository
I see errors in the build logs related to packages not found while building, for example:
...
Reading package lists...
E: Unable to locate package python3-cbor2
E: Unable to locate package python3-lxml-html-clean
The command '/bin/sh -c apt-get update && sed -n '/^Depends:/,/^[A-Z]/p' /tmp/control.txt
...
I also tried to change the FROM instruction in the Dockerfile template with several different distributions (for example ubuntu:jammy, debian:bookworm), and everytime i get apt-get related errors.
probably i'm doing doing some mistakes, but maybe there's something wrong/outdated in the dockerfile? (i can provide it if needed)
Any help would be appreciated,
Thank you all in advanced