diff --git a/Dockerfile-alpine b/Dockerfile-alpine index dbca43cb..ecbe5828 100644 --- a/Dockerfile-alpine +++ b/Dockerfile-alpine @@ -6,7 +6,7 @@ COPY . /devdocs RUN apk --update add nodejs build-base libstdc++ gzip git zlib-dev && \ gem install bundler && \ - bundle install --system --without test --no-document && \ + bundle install --system --without test && \ thor docs:download --all && \ thor assets:compile && \ apk del gzip build-base git zlib-dev && \