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

Install missing libpq-dev package #64

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

t27duck
Copy link
Contributor

@t27duck t27duck commented Nov 6, 2024

Closes #63

The latest postgresql-client feature no longer installs libpq-dev which is required for the pg gem install properly.

else
apt-get install --no-install-recommends -y postgresql-common
apt-get install --no-install-recommends -y postgresql-common libpq-dev
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fully concede I have no idea if this should be on this line or the one below it.

@rafaelfranca rafaelfranca merged commit 81a41f9 into rails:main Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest postgresql feature does not install libpq-dev
2 participants