From 24dbcb5c3d15d85d3253093385abab13c1e55bab Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 10:41:30 +0100 Subject: [PATCH] Fix Docker/Arch issue --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e39de84..4af7577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,6 @@ MAINTAINER Filip Gralinski USER root +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 pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc