diff --git a/Dockerfile b/Dockerfile index bcc3dcf9..abe131d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*