Skip to content
New issue

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

Build issue: docker fails when trying to install postgres 13+225 #262

Closed
ethanstrominger opened this issue Feb 28, 2024 · 3 comments
Closed

Comments

@ethanstrominger
Copy link
Member

Overview

As a developer, I want to be able to deploy docker without any fatal errors.

Solution

Remove the line that installs postgres. It may not be needed. Otherwise, update 13+225 to an appropiate value.

@fyliu
Copy link
Member

fyliu commented Feb 28, 2024

Just for reference, @freaky4wrld used this solution in his PR.

-  postgresql=13+225 \
+  postgresql=13+225+deb11u1 \

@fyliu
Copy link
Member

fyliu commented Mar 8, 2024

@ethanstrominger said removing this dependency also works, and indeed it worked for me. In fact, it looks like graphviz is the only required dependency.

@fyliu
Copy link
Member

fyliu commented Mar 13, 2024

Fixed in 37f3005
There's also a PR which removes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅Done
Development

No branches or pull requests

3 participants