From d13f6054ff4a5c3c7801f507539a00ae67e4b74d Mon Sep 17 00:00:00 2001 From: Kuklin István Alexander Date: Mon, 26 Apr 2021 19:23:55 +0200 Subject: 2.1.43 --- Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index f2ac91e..9422cfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,12 @@ FROM archlinux + +# https://serverfault.com/a/1053273 +# TEMP-FIX for pacman issue +RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \ + && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \ + && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." +# TEMP-FIX for pacman issue + RUN pacman -Sy --noconfirm sudo fakeroot base-devel RUN pacman -S --noconfirm git RUN pacman -S --noconfirm vim -- cgit v1.2.3-70-g09d2