Merge pull request #1897 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

View File

@ -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