You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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