|
|
@ -1,5 +1,5 @@
|
|
|
|
FROM alpine:edge AS builder
|
|
|
|
FROM alpine:3.16 AS builder
|
|
|
|
RUN apk add --no-cache 'crystal=1.4.1-r1' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
|
|
|
|
RUN apk add --no-cache 'crystal=1.4.1-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
|
|
|
|
|
|
|
|
|
|
|
|
ARG release
|
|
|
|
ARG release
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ RUN if [ ${release} == 1 ] ; then \
|
|
|
|
--link-flags "-lxml2 -llzma"; \
|
|
|
|
--link-flags "-lxml2 -llzma"; \
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
FROM alpine:edge
|
|
|
|
FROM alpine:3.16
|
|
|
|
RUN apk add --no-cache librsvg ttf-opensans
|
|
|
|
RUN apk add --no-cache librsvg ttf-opensans
|
|
|
|
WORKDIR /invidious
|
|
|
|
WORKDIR /invidious
|
|
|
|
RUN addgroup -g 1000 -S invidious && \
|
|
|
|
RUN addgroup -g 1000 -S invidious && \
|
|
|
|