1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-15 07:29:13 +05:30

Merge pull request from iv-org/fix-container-build

Add yaml-static as build dependency
This commit is contained in:
Perflyst 2021-03-17 19:02:07 +01:00 committed by GitHub
commit e27aaf9ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
FROM crystallang/crystal:0.36.1-alpine AS builder
RUN apk add --no-cache curl sqlite-static
RUN apk add --no-cache curl sqlite-static yaml-static
WORKDIR /invidious
COPY ./shard.yml ./shard.yml
COPY ./shard.lock ./shard.lock