Skip to content

Commit

Permalink
fixed ruby deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbt committed Dec 21, 2019
1 parent c6f652f commit 735b7f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ RUN mkdir /deps && cd /deps && \

RUN cd /deps/find_forks && pip install -r requirements-prod.txt

RUN /bin/bash -l -c "rvm use 2.1.3 && gem install bundler --no-ri --no-rdoc && cd /deps/github-backup && bundle"
RUN /bin/bash -l -c "rvm use 2.1.3 && cd /deps/git_stats && bundle"

RUN /bin/bash -l -c "rvm use 2.1.3 && rvm rubygems 2.7.8 --force"
RUN /bin/bash -l -c "rvm use 2.1.3 && gem install bundler -v 1.17.1 --no-ri --no-rdoc && cd /deps/github-backup && bundle"
RUN /bin/bash -l -c "rvm use 2.1.3 && cd /deps/git_stats && bundle"

ENV PATH="/git-forks-analysis/bin:${PATH}"
ADD ./config/php.ini /etc/php/7.0/cli/php.ini
Expand Down

0 comments on commit 735b7f0

Please sign in to comment.