mirror of
https://github.com/iv-org/invidious
synced 2025-09-02 19:41:18 +02:00
Compare commits
2 Commits
929ec15930
...
7992cb59b5
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7992cb59b5 | ||
![]() |
d32a044db8 |
@ -1,6 +1,10 @@
|
||||
FROM alpine:3.22 AS builder
|
||||
RUN apk add --no-cache 'crystal=1.16.3-r0' shards sqlite-static yaml-static yaml-dev libxml2-static \
|
||||
zlib-static openssl-libs-static openssl-dev musl-dev xz-static
|
||||
RUN apk add --no-cache \
|
||||
'crystal=1.16.3-r0' shards \
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user