-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Open
Labels
Description
Have you checked that your issue isn't already filed?
- I read through FAQ and searched through the past issues, none of which addressed my issue.
- Yes, I have checked that this issue isn't already filed.
Bug description
Error with jerkyll-archive in container image
How to reproduce the bug
Running docker compose up w/o any modifications results in an error:
academic_website-jekyll-1 | /usr/local/bundle/gems/bundler-2.6.6/lib/bundler/resolver.rb:355:in 'Bundler::Resolver#raise_not_found!': Could not find gem 'jekyll-archives' in locally installed gems. (Bundler::GemNotFound)
I think 'bundle install' has to be run within the container image so that the appropriate plugins exist and the contaienr image needs to be saved again. At least that's how I fixed it.
Error messages and logs
academic_website-jekyll-1 | /usr/local/bundle/gems/bundler-2.6.6/lib/bundler/resolver.rb:355:in 'Bundler::Resolver#raise_not_found!': Could not find gem 'jekyll-archives' in locally installed gems. (Bundler::GemNotFound)
What operating system are you using?
Mac
Where are you seeing the problem on?
Running locally with Docker (docker compose)
More info
No response