mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-22 10:20:00 +08:00
Self-host in the repo glibc to emphasize the temporariness of this patch.
This commit is contained in:
parent
4dcf20a362
commit
fb73a31191
@ -68,7 +68,7 @@ ARG MIRROR_COUNT=10
|
|||||||
|
|
||||||
# TEMP-FIX for pacman issue
|
# TEMP-FIX for pacman issue
|
||||||
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
|
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"
|
&& bsdtar -C / -xvf "$patched_glibc"
|
||||||
# TEMP-FIX for pacman issue
|
# TEMP-FIX for pacman issue
|
||||||
|
|
||||||
|
BIN
glibc-linux4-2.33-4-x86_64.pkg.tar.zst
Normal file
BIN
glibc-linux4-2.33-4-x86_64.pkg.tar.zst
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user