Skip to content

Commit

Permalink
Fix: can't build Broker image anymore (#905)
Browse files Browse the repository at this point in the history
* Fix: pin concurrent-ruby gem to build Broker image

* Fix: patch rebar to rewrite dependency sources from git: to https:

Patch to rebar/master is available at:
https://gist.github.com/ysbaddaden/5ac019b3627b7c383545d49a15f1895b
  • Loading branch information
ysbaddaden authored Apr 19, 2022
1 parent 7cfcdb2 commit f60ba5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update && \
# Install gems for tz
RUN /usr/bin/gem install bundler -v 1.13.6
RUN /usr/bin/gem install tzinfo -v 0.3.44
RUN /usr/bin/gem install activesupport -v 3.2.22
RUN /usr/bin/gem install concurrent-ruby -v 1.1.9 &&\
/usr/bin/gem install activesupport -v 3.2.22

# Install broker deps
ADD Makefile /app/
Expand Down
Binary file modified broker/rebar
Binary file not shown.

0 comments on commit f60ba5a

Please sign in to comment.