Remove dependency on ImageMagick (replace with rsvg-convert)

This commit is contained in:
Omar Roth
2019-10-28 10:46:59 -04:00
parent 039cc30c07
commit 0f3c477ff3
4 changed files with 7 additions and 7 deletions

View File

@@ -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