Update Dockerfile

this _should_ work
This commit is contained in:
MooCat 2024-10-22 04:37:03 -04:00 committed by GitHub
parent b0487a61af
commit e3aa29832c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ RUN if [[ "${release}" == 1 ]] ; then \
fi
FROM alpine:3.18
RUN apk add --no-cache rsvg-convert ttf-opensans tini
RUN apk add --update --no-cache redis rsvg-convert ttf-opensans tini
WORKDIR /invidious
RUN addgroup -g 1000 -S invidious && \
adduser -u 1000 -S invidious -G invidious