forked from midou/invidious
switch to alpine 3.15 for using crystal 1.2.2
This commit is contained in:
parent
790b7afcca
commit
d928b9eaad
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:edge AS builder
|
FROM alpine:3.15 AS builder
|
||||||
RUN apk add --no-cache 'crystal=1.2.2-r0' 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.2.2-r0' shards sqlite-static yaml-static yaml-dev libxml2-dev zlib-static openssl-libs-static openssl-dev musl-dev
|
||||||
|
|
||||||
ARG release
|
ARG release
|
||||||
@ -29,7 +29,7 @@ RUN if [ ${release} == 1 ] ; then \
|
|||||||
--link-flags "-lxml2 -llzma"; \
|
--link-flags "-lxml2 -llzma"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
FROM alpine:edge
|
FROM alpine:3.15
|
||||||
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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user