Skip to content

Commit

Permalink
Fix Travis Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej authored and traefiker committed Dec 17, 2019
1 parent 3fe5b40 commit be7664c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/check.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ RUN NOKOGIRI_USE_SYSTEM_LIBRARIES=true gem install --no-document html-proofer -v
RUN apk --no-cache --no-progress add \
git \
nodejs \
npm \
&& npm install markdownlint@0.16.0 markdownlint-cli@0.18.0 --global
npm

# To handle 'not get uid/gid'
RUN npm config set unsafe-perm true

RUN npm install --global \
markdownlint@0.16.0 \
markdownlint-cli@0.18.0

# Finally the shell tools we need for later
# tini helps to terminate properly all the parallelized tasks when sending CTRL-C
Expand Down

0 comments on commit be7664c

Please sign in to comment.