dockerfile: update font cache
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a6c489dcf9
commit
929edd0f36
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
FROM docker.io/alpine:latest
|
FROM docker.io/alpine:latest
|
||||||
RUN apk add --no-cache imagemagick font-fira-mono-nerd pango imagemagick-pango
|
RUN apk add --no-cache imagemagick font-fira-mono-nerd pango imagemagick-pango
|
||||||
RUN magick --version
|
RUN magick --version
|
||||||
|
RUN fc-cache -fv
|
||||||
|
RUN fc-list
|
||||||
|
|
Loading…
Add table
Reference in a new issue