-
Notifications
You must be signed in to change notification settings - Fork 14
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 build image failure #5055
Fix build image failure #5055
Conversation
@@ -69,6 +69,7 @@ RUN apk update \ | |||
tzdata \ | |||
git \ | |||
bash \ | |||
linux-headers \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes ffi
installation error on build
@@ -48,4 +48,5 @@ ttf-droid | |||
ttf-freefont | |||
ttf-liberation | |||
tzdata | |||
yarn | |||
yaml-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes psych
installation on container setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gigxz !
Merging this PR
Description
Fix build image failure https://github.com/greenriver/hmis-warehouse/actions/runs/12769568906/job/35594525191
I'm not sure why this fixes it, was a suggestion from @yakloinsteak
Type of change
add dependency
Checklist before requesting review
//: # NOTE: system tests may fail if there is no branch on the hmis-frontend that matches the Source or Target branch of this PR. This is expected