From 6f93d5f758d05312410a14a42d8bc6d004a82df5 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 10:47:06 +0100 Subject: [PATCH] Trying --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 98e3b8a..8ff4088 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,5 @@ 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 git && pacman --noconfirm -Scc + +RUN mkdir -p /.cookiecutters