Skip to content

Commit

Permalink
(chore) cleanup dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Dec 19, 2023
1 parent a5b3522 commit 042af5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ FROM chromedp/headless-shell:latest
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
dumb-init \
&& apt-get install -y fonts-noto \
&& apt-get install -y fonts-noto-cjk \
dumb-init fonts-noto fonts-noto-cjk \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/

Expand Down

0 comments on commit 042af5c

Please sign in to comment.