mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Remove dependency on ImageMagick (replace with rsvg-convert)
This commit is contained in:
parent
039cc30c07
commit
0f3c477ff3
4 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@ RUN crystal build --static --release --warnings all --error-on-warnings \
|
|||
./src/invidious.cr
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache imagemagick ttf-opensans
|
||||
RUN apk add --no-cache librsvg ttf-opensans
|
||||
WORKDIR /invidious
|
||||
RUN addgroup -g 1000 -S invidious && \
|
||||
adduser -u 1000 -S invidious -G invidious
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue