Skip to content

Commit

Permalink
fix: modify bsdtar command typo "s" (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan42411 committed Apr 8, 2021
1 parent 22c33aa commit 33c0bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/x86_64/pacman.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33c0bd3

Please sign in to comment.