Skip to content

Commit

Permalink
dev: copy gemspec into docker image for bundle install step
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Jan 30, 2021
1 parent aa626cc commit f79f268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concourse/images/bundle-install.step
@@ -1,7 +1,8 @@
# -*- dockerfile -*-

COPY Gemfile nokogiri/
COPY Gemfile nokogiri/
COPY Gemfile.lock nokogiri/
COPY nokogiri.gemspec nokogiri/

RUN gem install bundler -v "$(grep -A 1 "BUNDLED WITH" nokogiri/Gemfile.lock | tail -n 1)"
RUN cd nokogiri && bundle install

0 comments on commit f79f268

Please sign in to comment.