fixed a dependency issue which led to an error during build

This commit is contained in:
MrWaffelXD
2024-07-21 22:13:01 +02:00
committed by GitHub
parent 8c0409fa53
commit 01fca8b534

View File

@ -78,7 +78,7 @@ COPY --from=presentation /scripts /usr/local/bigbluebutton/core/scripts/
# install ruby dependencies # install ruby dependencies
RUN cd /usr/local/bigbluebutton/core \ RUN cd /usr/local/bigbluebutton/core \
&& gem install builder \ && gem install builder \
&& gem install bundler --no-document \ && gem install bundler -v 2.4.22 --no-document \
&& bundle config set --local deployment true \ && bundle config set --local deployment true \
&& bundle install \ && bundle install \
&& bundle clean \ && bundle clean \