Skip to content

Commit

Permalink
Try update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Feb 15, 2021
1 parent 47e268e commit 7c535ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-docker/arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && \
curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && \
bsdtar -C / -xvf "$patched_glibc"

RUN mkdir -pv /var/lib/pacman

RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm --needed rust cmake clang llvm libxcb cairo
RUN pacman -S --noconfirm --needed gtk2 gtk3 gtk4
Expand Down

0 comments on commit 7c535ee

Please sign in to comment.