Skip to content

Commit

Permalink
roll back dockerfile experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Feb 20, 2024
1 parent 14acc6c commit a9d2786
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,21 @@ ARG DEBIAN_FRONTEND=noninteractive

ENV BACKSTOPJS_VERSION=$BACKSTOPJS_VERSION

# install deps
RUN apt-get -qq update >/dev/null
# && apt-get install -qq chromium
#fonts-liberation \
# install chromium and its deps
RUN apt-get -qq update >/dev/null && apt-get install -qq \
fonts-liberation \
# cyrillic
#xfonts-cyrillic \
xfonts-cyrillic \
# chinese
#xfonts-wqy fonts-wqy-zenhei fonts-arphic-ukai fonts-arphic-uming \
xfonts-wqy fonts-wqy-zenhei fonts-arphic-ukai fonts-arphic-uming \
# japanese
#fonts-ipafont-mincho fonts-ipafont-gothic fonts-ipafont fonts-vlgothic \
fonts-ipafont-mincho fonts-ipafont-gothic fonts-ipafont fonts-vlgothic \
# korean
#fonts-unfonts-core fonts-unfonts-extra \
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/*

# install chromium and its deps
#RUN apt-get install -qq chromium
#RUN 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 a9d2786

Please sign in to comment.