Skip to content

Commit

Permalink
add option dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Nov 10, 2023
1 parent 0f8a4a5 commit 0dd53cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPY Gemfile.lock .

RUN echo 'gem: --no-document' > /etc/gemrc \
&& gem install bundler -v 2.4.21 \
&& gem install nokogiri -- --use-system-libraries \
&& bundle install \
&& gem cleanup \
&& rm -rf /tmp/* /var/cache/apk/*
Expand Down

0 comments on commit 0dd53cc

Please sign in to comment.