Skip to content

Commit

Permalink
Reduce fonts amount (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
svkirillov authored Dec 6, 2023
1 parent 63b2a36 commit 9d6baca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ RUN <<EOF
set -e -o pipefail

# install all dependencies
apk add --no-cache \
tini \
chromium \
font-inter \
font-iosevka \
apk add --no-cache \
tini \
chromium \
font-inter \
font-iosevka-base \
fontconfig

fc-cache -fv
Expand Down

0 comments on commit 9d6baca

Please sign in to comment.