Cleaned up dockerfile

This commit is contained in:
JPyke3 2020-09-08 08:47:58 +10:00
parent e04b4d8213
commit 7698eb7e5f
1 changed files with 1 additions and 4 deletions

View File

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