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

Add yaml-static as build dependency
pull/1899/head
Perflyst 4 years ago 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

Loading…
Cancel
Save