mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
fix docker build (#734)
This commit is contained in:
parent
45ad212459
commit
b902880a05
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM alpine:edge AS builder
|
FROM alpine:edge AS builder
|
||||||
RUN apk add -u crystal shards libc-dev \
|
RUN apk add -u crystal shards libc-dev \
|
||||||
yaml-dev libxml2-dev sqlite-dev sqlite-static zlib-dev openssl-dev
|
yaml-dev libxml2-dev sqlite-dev zlib-dev openssl-dev \
|
||||||
|
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 a new issue