Fix Docker/Arch issue

This commit is contained in:
Filip Gralinski 2021-11-29 10:41:30 +01:00
parent 69072e8c32
commit 24dbcb5c3d

View File

@ -4,4 +4,6 @@ MAINTAINER Filip Gralinski <filipg@amu.edu.pl>
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