This commit is contained in:
Filip Gralinski 2021-11-29 10:47:06 +01:00
parent edf9bf53de
commit 6f93d5f758
1 changed files with 2 additions and 0 deletions

View File

@ -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