Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #471 from mozilla/fix_no_document
Browse files Browse the repository at this point in the history
Fix deprecated switch for no docs
  • Loading branch information
Jonathan Claudius authored Jan 11, 2019
2 parents c56d31e + 6ebcf9f commit 44b5297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
RUN apk --update add openssh-client

RUN apk --update add --virtual build-dependencies ruby-dev build-base && \
gem install bundler --no-ri --no-rdoc && \
gem install bundler && \
bundle install && \
apk del build-dependencies && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 44b5297

Please sign in to comment.