Update Dockerfile

This commit is contained in:
xbdm 2023-09-15 19:15:32 -04:00 committed by GitHub
parent 113fa4d025
commit 992e3e3767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ RUN if [[ "${release}" == 1 ]] ; then \
--static --warnings all \ --static --warnings all \
--link-flags "-lxml2 -llzma"; \ --link-flags "-lxml2 -llzma"; \
fi fi
FROM alpine:3.18 FROM alpine:3.18
RUN apk add --no-cache librsvg ttf-opensans tini RUN apk add --no-cache librsvg ttf-opensans tini
WORKDIR /invidious WORKDIR /invidious