Skip to content

Commit

Permalink
Forces libv8-node and mini_racer installs ahead of bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchpete committed Mar 21, 2024
1 parent 6e8406b commit 8eba5a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN mkdir -p /var/app
COPY Gemfile /var/app/Gemfile
COPY Gemfile.lock /var/app/Gemfile.lock
WORKDIR /var/app
RUN gem install libv8-node:16.19.0.1
RUN gem install mini_racer:0.6.4
RUN gem install bundler -v 1.17
RUN bundle install

Expand Down

0 comments on commit 8eba5a3

Please sign in to comment.