Skip to content

Commit

Permalink
Fix Chinese display error (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumusb authored Dec 14, 2023
1 parent 8737a1d commit 02d872d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ 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 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/

COPY --from=build /src/gowitness /usr/local/bin

Expand Down

0 comments on commit 02d872d

Please sign in to comment.