summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>2021-01-03 23:06:00 +0000
committerGitHub <noreply@github.com>2021-01-03 23:06:00 +0000
commitd5f0e23e29ffe5d9e6e21e6ca8a4fbcbfa653fa4 (patch)
treee42293235bfe84666de36cc59f059a35046f8ec7
parent28dac81a90c9c345f926369da94854c76b212d36 (diff)
parentc5136ca4d65dd97426101aa68aedc697e3f1df6a (diff)
downloadinvidious-d5f0e23e29ffe5d9e6e21e6ca8a4fbcbfa653fa4.tar.gz
invidious-d5f0e23e29ffe5d9e6e21e6ca8a4fbcbfa653fa4.tar.bz2
invidious-d5f0e23e29ffe5d9e6e21e6ca8a4fbcbfa653fa4.zip
Merge pull request #1631 from saltycrys/lsquic-static-alpine
Download liblsquic.a from iv-org/liblsquic-static-alpine
-rw-r--r--docker/Dockerfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d93f2868..ce4cc765 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -4,12 +4,7 @@ WORKDIR /invidious
COPY ./shard.yml ./shard.yml
COPY ./shard.lock ./shard.lock
RUN shards install && \
- # TODO: Document build instructions
- # See https://github.com/omarroth/boringssl-alpine/blob/master/APKBUILD,
- # https://github.com/omarroth/lsquic-alpine/blob/master/APKBUILD,
- # https://github.com/omarroth/lsquic.cr/issues/1#issuecomment-631610081
- # for details building static lib
- curl -Lo ./lib/lsquic/src/lsquic/ext/liblsquic.a https://omar.yt/lsquic/liblsquic-v2.18.1.a
+ curl -Lo ./lib/lsquic/src/lsquic/ext/liblsquic.a https://github.com/iv-org/lsquic-static-alpine/releases/download/v2.18.1/liblsquic.a
COPY ./src/ ./src/
# TODO: .git folder is required for building – this is destructive.
# See definition of CURRENT_BRANCH, CURRENT_COMMIT and CURRENT_VERSION.