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",\