From 33c0bd375b623d47c918cdb4c7d22ad87253013b Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Thu, 8 Apr 2021 18:09:21 +0800 Subject: [PATCH] fix: modify bsdtar command typo "s" (#120) --- docker/linux/x86_64/pacman.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/linux/x86_64/pacman.patch b/docker/linux/x86_64/pacman.patch index 6321ec6d6..c24145ddc 100644 --- a/docker/linux/x86_64/pacman.patch +++ b/docker/linux/x86_64/pacman.patch @@ -9,7 +9,7 @@ index a12f279..d3a668f 100644 +# https://serverfault.com/questions/1052963/pacman-doesnt-work-in-docker-image +RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \ + curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && \ -+ sbsdtar -C / -xvf "$patched_glibc" ++ bsdtar -C / -xvf "$patched_glibc" + # Create a privileged user RUN pacman -Syuu sudo --needed --noconfirm