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

Commit

Permalink
Fix deprecated switch for no docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jan 9, 2019
1 parent c56d31e commit a759d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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 --no-document --no-rdoc && \
bundle install && \
apk del build-dependencies && \
rm -rf /var/cache/apk/*
Expand Down

0 comments on commit a759d42

Please sign in to comment.