aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-12 18:17:38 +0000
committersickcodes <[email protected]>2021-02-12 18:17:38 +0000
commitfb73a311919c25672a8e336744a41f94e2264fa1 (patch)
tree5d8ae1d9a5c0fe09ae662ac7c81c3a1893f07e06 /Dockerfile
parentKubernetes helm chart submission! Thanks @cephasara (diff)
downloaddocker-osx-fb73a311919c25672a8e336744a41f94e2264fa1.tar.xz
docker-osx-fb73a311919c25672a8e336744a41f94e2264fa1.zip
Self-host in the repo glibc to emphasize the temporariness of this patch.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2314c1d..85b41f6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -68,7 +68,7 @@ ARG MIRROR_COUNT=10
# TEMP-FIX for pacman issue
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
- && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" \
+ && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/$patched_glibc" \
&& bsdtar -C / -xvf "$patched_glibc"
# TEMP-FIX for pacman issue