fix docker build (#734)

このコミットが含まれているのは:
tleydxdy 2019-08-31 13:11:25 +08:00 committed by Omar Roth
コミット b902880a05
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -1,6 +1,7 @@
FROM alpine:edge AS builder
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
COPY ./shard.yml ./shard.yml
RUN shards update && shards install