When I run “docker-compose up -d --build --remove-orphans”,there was an error:
_Step 14 : RUN bundle install
---> Running in 0767e932eea3
########
there are maney code I didn't copy
#######
Gem::InstallError: rdoc requires Ruby version >= 2.2.2.
An error occurred while installing rdoc (6.0.1), and Bundler cannot continue.
Make sure that `gem install rdoc -v '6.0.1'` succeeds before bundling
In Gemfile:
sdoc was resolved to 1.0.0, which depends on
rdoc
ERROR: Service 'fluxday-app' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 5_
So who can help me ?thanks
When I run “docker-compose up -d --build --remove-orphans”,there was an error:
So who can help me ?thanks