mirror of
https://github.com/iv-org/invidious
synced 2025-09-04 04:21:02 +02:00
Compare commits
No commits in common. "7992cb59b53cd7e4e4925e64c3e831318d5ee7b6" and "929ec15930fa9bc74c715c435b4965937fa83e72" have entirely different histories.
7992cb59b5
...
929ec15930
@ -1,10 +1,6 @@
|
|||||||
FROM alpine:3.22 AS builder
|
FROM alpine:3.22 AS builder
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache 'crystal=1.16.3-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
|
||||||
'crystal=1.16.3-r0' shards \
|
zlib-static openssl-libs-static openssl-dev musl-dev xz-static
|
||||||
sqlite-static yaml-static yaml-dev \
|
|
||||||
pcre2-static gc-static \
|
|
||||||
libxml2-static zlib-static \
|
|
||||||
openssl-libs-static openssl-dev musl-dev xz-static
|
|
||||||
|
|
||||||
ARG release
|
ARG release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user