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
This is required to build the psych Gem. Prior to this commit, running
`docker compose build` would fail with:
```
65.20 Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
65.20
65.20 current directory: /usr/local/bundle/gems/psych-5.1.2/ext/psych
65.20 /usr/local/bin/ruby extconf.rb
65.20 checking for yaml.h... no
65.20 yaml.h not found
65.20 *** extconf.rb failed ***
```
I don't understand why I'm seeing this error now because there don't
appear to be any changes in the Dockerfile or docker-compose.yml files
that could've caused it.
0 commit comments