mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-12 06:02:33 +02:00
fixed a dependency issue which led to an error during build
This commit is contained in:
@ -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 \
|
||||||
|
Reference in New Issue
Block a user