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

Fix deploy #623

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Fix deploy #623

merged 1 commit into from
Jan 14, 2025

Conversation

nicolastemciuc
Copy link
Contributor

@nicolastemciuc nicolastemciuc commented Jan 14, 2025

Summary

This PR attempts to fix the deployment by installing the libyaml-dev package.

Why?

In the latest Ruby images, the libyaml-dev package was removed

This package is needed to install psych gem

Also it was added to the Rails Dockerfile as one of the default packages to install.

In latest `Ruby` images `libyaml-dev` package was removed

This package is needed to install `psych` gem.

Here the package was added to the default Rails Dockerfile:
rails/rails#54237
@nicolastemciuc nicolastemciuc merged commit cc1b39e into master Jan 14, 2025
4 checks passed
@nicolastemciuc nicolastemciuc deleted the nt--fix-deploy branch January 14, 2025 14:59
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.

2 participants