From 7698eb7e5f8e43307e32e64dfd97f590cdd1d7c2 Mon Sep 17 00:00:00 2001 From: JPyke3 Date: Tue, 8 Sep 2020 08:47:58 +1000 Subject: [PATCH] Cleaned up dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f605e12..11acfc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,7 @@ FROM manjarolinux/base MAINTAINER jpyke3 # Update System -RUN [ "pacman", "-Syyu", "--noconfirm" ] - -# Install manjaro-tools and depends -RUN [ "pacman", "-S", "manjaro-tools-iso-git",\ +RUN [ "pacman", "-Syu", "manjaro-tools-iso-git",\ "manjaro-tools-base-git",\ "manjaro-tools-yaml-git",\ "manjaro-tools-pkg-git",\