Skip to content

Commit

Permalink
Merge pull request #21 from concourse/fix-ubuntu-image
Browse files Browse the repository at this point in the history
Fix ubuntu image
  • Loading branch information
xtreme-sameer-vohra committed Jul 9, 2020
2 parents c95f33e + 5158192 commit c70d6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
ADD . /resource
WORKDIR /resource
RUN gem update --system && gem install bundler #switch to bundle 2.1.4
RUN bundle install --local \
&& bundle exec rspec
FROM resource

0 comments on commit c70d6b1

Please sign in to comment.