Docs: installing deps for html-proofer
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
This commit is contained in:
parent
aa61835b78
commit
46d6da4fce
1 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,11 @@ RUN apk --no-cache --no-progress add \
|
||||||
ruby-etc \
|
ruby-etc \
|
||||||
ruby-ffi \
|
ruby-ffi \
|
||||||
ruby-json \
|
ruby-json \
|
||||||
ruby-nokogiri
|
ruby-nokogiri \
|
||||||
RUN gem install html-proofer --version 3.13.0 --no-document -- --use-system-libraries
|
ruby-dev \
|
||||||
|
build-base
|
||||||
|
|
||||||
|
RUN gem install html-proofer --version 3.19.0 --no-document -- --use-system-libraries
|
||||||
|
|
||||||
# After Ruby, some NodeJS YAY!
|
# After Ruby, some NodeJS YAY!
|
||||||
RUN apk --no-cache --no-progress add \
|
RUN apk --no-cache --no-progress add \
|
||||||
|
|
Loading…
Reference in a new issue