From ba866e1317e48bfdef72a592696de8e72df14201 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 09:07:46 +0100 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0fdfa5..93b3807 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ MAINTAINER Filip Gralinski USER root -RUN pacman -Sy --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc +RUN pacman -Syu --noconfirm && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc