Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ RUN apk update --no-cache && apk --no-cache add \
pymdown-extensions \
python-markdown-math \
# Set registry, authentication token can be set at runtime.
&& npm set registry "http://registry.npmjs.org" \
&& npm install -g markdownlint-cli write-good yarn markdown-spellcheck && npm cache clean
&& npm install -g \
markdownlint-cli \
write-good \
yarn \
markdown-spellcheck \
&& npm cache clean