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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \