remove:NO_GUI, IS_DOCKER

This commit is contained in:
hy.li 2023-08-04 16:32:43 +08:00
parent 1c3a714ad3
commit e48ecfd9fd
2 changed files with 7 additions and 12 deletions

View file

@ -8,7 +8,7 @@ RUN apt update &&\
# Install Mermaid CLI globally
ENV CHROME_BIN="/usr/bin/chromium" \
NO_GUI="true"\
PUPPETEER_CONFIG="/app/metagpt/config/puppeteer-config.json"\
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
RUN npm install -g @mermaid-js/mermaid-cli &&\
npm cache clean --force