From 7c535eec381c832b67627e0a32980b59a034d717 Mon Sep 17 00:00:00 2001 From: Riey Date: Mon, 15 Feb 2021 13:18:13 +0900 Subject: [PATCH] Try update dockerfile --- build-docker/arch/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-docker/arch/Dockerfile b/build-docker/arch/Dockerfile index 065ef8b0..76e41145 100644 --- a/build-docker/arch/Dockerfile +++ b/build-docker/arch/Dockerfile @@ -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