fix: flaky Travis builds due to 'not get uid/gid'
This commit is contained in:
parent
d2e458f673
commit
c9dc0226fd
1 changed files with 6 additions and 2 deletions
|
@ -15,8 +15,12 @@ RUN gem install html-proofer --version 3.13.0 --no-document -- --use-system-libr
|
||||||
RUN apk --no-cache --no-progress add \
|
RUN apk --no-cache --no-progress add \
|
||||||
git \
|
git \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm
|
||||||
&& npm install --global \
|
|
||||||
|
# To handle 'not get uid/gid'
|
||||||
|
RUN npm config set unsafe-perm true
|
||||||
|
|
||||||
|
RUN npm install --global \
|
||||||
markdownlint@0.17.2 \
|
markdownlint@0.17.2 \
|
||||||
markdownlint-cli@0.19.0
|
markdownlint-cli@0.19.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue