mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-29 15:59:42 +02:00
new env:NO_GUI
This commit is contained in:
parent
7b9c85b1a2
commit
1c3a714ad3
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ RUN apt update &&\
|
|||
|
||||
# Install Mermaid CLI globally
|
||||
ENV CHROME_BIN="/usr/bin/chromium" \
|
||||
NO_GUI="true"\
|
||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
|
||||
RUN npm install -g @mermaid-js/mermaid-cli &&\
|
||||
npm cache clean --force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue