add main.sh & fix packages
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
929edd0f36
commit
2733bb038f
2 changed files with 50 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM docker.io/alpine:latest
|
||||
RUN apk add --no-cache imagemagick font-fira-mono-nerd pango imagemagick-pango
|
||||
RUN apk add --no-cache imagemagick imagemagick-jpeg imagemagick-pango font-fira-code-nerd
|
||||
RUN magick --version
|
||||
RUN fc-cache -fv
|
||||
RUN fc-list
|
||||
COPY ./main.sh /app
|
||||
ENTRYPOINT [ "/app/main.sh" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue