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.
1 parent f145e35 commit 9b58ab1Copy full SHA for 9b58ab1
Dockerfile
@@ -14,7 +14,8 @@ RUN apk add --no-cache bash py3-pip chromium && \
14
pip install --no-cache markdown-inline-mermaid && \
15
deactivate
16
17
-RUN npm install -g @techdocs/cli @mermaid-js/mermaid-cli
+# keep Node 18 and install versions that are compatible with it
18
+RUN npm install -g @techdocs/cli@1.9.5 @mermaid-js/mermaid-cli@10.9.1
19
20
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
21
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
0 commit comments