Fix bug in alpine dockerfile

pull/623/head
Alex Brazier 8 years ago committed by GitHub
parent 8291d39e6c
commit c98c31083d

@ -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 && \

Loading…
Cancel
Save