mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-25 01:23:09 +01:00
fixed a dependency issue which led to an error during build
This commit is contained in:
parent
8c0409fa53
commit
01fca8b534
@ -78,7 +78,7 @@ COPY --from=presentation /scripts /usr/local/bigbluebutton/core/scripts/
|
||||
# install ruby dependencies
|
||||
RUN cd /usr/local/bigbluebutton/core \
|
||||
&& gem install builder \
|
||||
&& gem install bundler --no-document \
|
||||
&& gem install bundler -v 2.4.22 --no-document \
|
||||
&& bundle config set --local deployment true \
|
||||
&& bundle install \
|
||||
&& bundle clean \
|
||||
|
Loading…
Reference in New Issue
Block a user