mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 04:38:31 +00:00
Use https for libyaml download and remove Alpine package
This commit is contained in:
parent
182a6550ff
commit
4d96670cd6
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:edge AS builder
|
FROM alpine:edge AS builder
|
||||||
RUN apk add --no-cache crystal shards libc-dev \
|
RUN apk add --no-cache crystal shards libc-dev \
|
||||||
yaml-dev libxml2-dev sqlite-dev zlib-dev openssl-dev \
|
libxml2-dev sqlite-dev zlib-dev openssl-dev \
|
||||||
sqlite-static zlib-static openssl-libs-static make
|
sqlite-static zlib-static openssl-libs-static make
|
||||||
WORKDIR /invidious
|
WORKDIR /invidious
|
||||||
COPY ./shard.yml ./shard.yml
|
COPY ./shard.yml ./shard.yml
|
||||||
@ -9,7 +9,7 @@ RUN apk add --no-cache curl && \
|
|||||||
curl -Lo /etc/apk/keys/omarroth.rsa.pub https://github.com/omarroth/boringssl-alpine/releases/download/1.1.0-r0/omarroth.rsa.pub && \
|
curl -Lo /etc/apk/keys/omarroth.rsa.pub https://github.com/omarroth/boringssl-alpine/releases/download/1.1.0-r0/omarroth.rsa.pub && \
|
||||||
curl -Lo boringssl-dev.apk https://github.com/omarroth/boringssl-alpine/releases/download/1.1.0-r0/boringssl-dev-1.1.0-r0.apk && \
|
curl -Lo boringssl-dev.apk https://github.com/omarroth/boringssl-alpine/releases/download/1.1.0-r0/boringssl-dev-1.1.0-r0.apk && \
|
||||||
curl -Lo lsquic.apk https://github.com/omarroth/lsquic-alpine/releases/download/2.6.3-r0/lsquic-2.6.3-r0.apk && \
|
curl -Lo lsquic.apk https://github.com/omarroth/lsquic-alpine/releases/download/2.6.3-r0/lsquic-2.6.3-r0.apk && \
|
||||||
curl -Lo yaml.tar.gz http://pyyaml.org/download/libyaml/yaml-0.2.3.tar.gz && \
|
curl -Lo yaml.tar.gz https://pyyaml.org/download/libyaml/yaml-0.2.3.tar.gz && \
|
||||||
tar -xf boringssl-dev.apk && \
|
tar -xf boringssl-dev.apk && \
|
||||||
tar -xf lsquic.apk && \
|
tar -xf lsquic.apk && \
|
||||||
tar -xf yaml.tar.gz && \
|
tar -xf yaml.tar.gz && \
|
||||||
|
Loading…
Reference in New Issue
Block a user