When trying to build the image using docker compose build, the process fails at the apt-get install step with the following error:
E: Unable to locate package libgconf-2-4
This seems to be because the package libgconf-2-4 is no longer available in the Debian Trixie repositories.
Steps to Reproduce:
Clone the repository
Run docker compose build with default settings