mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-10 22:58:29 +00:00
Switch to official crystallang alpine image
This commit is contained in:
parent
074497b0f6
commit
ad859fa2b3
@ -1,7 +1,5 @@
|
|||||||
FROM alpine:edge AS builder
|
FROM crystallang/crystal:0.35.0-alpine AS builder
|
||||||
RUN apk add --no-cache curl crystal shards libc-dev \
|
RUN apk add --no-cache curl sqlite-static
|
||||||
yaml-dev libxml2-dev sqlite-dev zlib-dev openssl-dev \
|
|
||||||
yaml-static sqlite-static zlib-static openssl-libs-static
|
|
||||||
WORKDIR /invidious
|
WORKDIR /invidious
|
||||||
COPY ./shard.yml ./shard.yml
|
COPY ./shard.yml ./shard.yml
|
||||||
RUN shards update && shards install && \
|
RUN shards update && shards install && \
|
||||||
|
Loading…
Reference in New Issue
Block a user