Skip to content

Commit

Permalink
dockerfile -- skip chromium install
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Feb 20, 2024
1 parent a9d2786 commit 8520be2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ RUN apt-get -qq update >/dev/null && apt-get install -qq \
# korean
fonts-unfonts-core fonts-unfonts-extra \
# cjk + emoji font
fonts-noto-cjk fonts-noto-color-emoji \
fonts-noto-cjk fonts-noto-color-emoji
#\
# chromium
chromium >/dev/null && apt-get -qq clean >/dev/null && rm -rf /var/lib/apt/lists/*
#chromium >/dev/null && apt-get -qq clean >/dev/null && rm -rf /var/lib/apt/lists/*

# skip download, we already have it installed
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
Expand Down

0 comments on commit 8520be2

Please sign in to comment.