Fix html-proofer and nokogiri version
This commit is contained in:
parent
190c6c661f
commit
ff40467207
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
FROM alpine:3.7
|
||||
FROM alpine:3.8
|
||||
|
||||
RUN apk --no-cache --no-progress add \
|
||||
ca-certificates \
|
||||
curl \
|
||||
findutils \
|
||||
ruby-bigdecimal \
|
||||
ruby-etc \
|
||||
ruby-ffi \
|
||||
ruby-json \
|
||||
ruby-nokogiri \
|
||||
ruby-nokogiri=1.8.3-r0 \
|
||||
tini \
|
||||
&& gem install --no-document html-proofer
|
||||
&& gem install --no-document html-proofer -v 3.9.3
|
||||
|
||||
COPY ./validate.sh /validate.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue