We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06a907b + 6242083 commit 6557b4fCopy full SHA for 6557b4f
Dockerfile
@@ -24,5 +24,9 @@ RUN apk update --no-cache && apk --no-cache add \
24
pymdown-extensions \
25
python-markdown-math \
26
# Set registry, authentication token can be set at runtime.
27
- && npm set registry "http://registry.npmjs.org" \
28
- && npm install -g markdownlint-cli write-good yarn markdown-spellcheck && npm cache clean
+ && npm install -g \
+ markdownlint-cli \
29
+ write-good \
30
+ yarn \
31
+ markdown-spellcheck \
32
+ && npm cache clean
0 commit comments