From fb73a311919c25672a8e336744a41f94e2264fa1 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Fri, 12 Feb 2021 18:17:38 +0000 Subject: Self-host in the repo glibc to emphasize the temporariness of this patch. --- Dockerfile | 2 +- glibc-linux4-2.33-4-x86_64.pkg.tar.zst | Bin 0 -> 10331197 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 glibc-linux4-2.33-4-x86_64.pkg.tar.zst 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 diff --git a/glibc-linux4-2.33-4-x86_64.pkg.tar.zst b/glibc-linux4-2.33-4-x86_64.pkg.tar.zst new file mode 100644 index 0000000..d2f9914 Binary files /dev/null and b/glibc-linux4-2.33-4-x86_64.pkg.tar.zst differ -- cgit v1.2.3