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

Commit 44b5297

Browse files
author
Jonathan Claudius
authored
Merge pull request #471 from mozilla/fix_no_document
Fix deprecated switch for no docs
2 parents c56d31e + 6ebcf9f commit 44b5297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010
RUN apk --update add openssh-client
1111

1212
RUN apk --update add --virtual build-dependencies ruby-dev build-base && \
13-
gem install bundler --no-ri --no-rdoc && \
13+
gem install bundler && \
1414
bundle install && \
1515
apk del build-dependencies && \
1616
rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)