From 69072e8c32cb098856a1e468dd073f83fdf47b1a Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 10:38:12 +0100 Subject: [PATCH] Install cookiecutter in a different way --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8ac3f39..e39de84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ MAINTAINER Filip Gralinski USER root -RUN pip3 install cookiecutter +RUN pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc