From ceacfd9a13bbd11f18158d3715256388ad6a5eef Mon Sep 17 00:00:00 2001 From: KAiZ <24286590+KaizIqbal@users.noreply.github.com> Date: Sun, 17 Nov 2019 15:52:11 +0530 Subject: [PATCH] update command fixed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04d78bb2..d207b478 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM archlinux # Update Software repository -RUN pacman -Syy +RUN pacman -Syu # Install Build dependencies RUN pacman -S python python-pip inkscape xorg-xcursorgen # Copy Project to Docker Container