Skip to content
Snippets Groups Projects
Verified Commit 0de9c8fd authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Use own mirror for clones

This patch replaces the official location with the local github mirror,
in order to prevent things from disappearing.
parent e81b72e7
No related branches found
No related tags found
No related merge requests found
Pipeline #9239 failed
...@@ -4,7 +4,7 @@ ARG VERSION=master ...@@ -4,7 +4,7 @@ ARG VERSION=master
RUN true \ RUN true \
&& apk add --no-cache --virtual .build-utils git make \ && apk add --no-cache --virtual .build-utils git make \
&& git clone https://github.com/m13253/dns-over-https.git --depth 1 -b "$VERSION" \ && git clone https://git.shivering-isles.com/github-mirror/m13253/dns-over-https.git --depth 1 -b "$VERSION" \
&& cd dns-over-https \ && cd dns-over-https \
&& make \ && make \
&& make install \ && make install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment