Add yaml-static as build dependency

pull/1897/head
Perflyst 3 years ago committed by GitHub
parent e3e07aa3e6
commit c0063ea09b
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