diff --git a/Dockerfile b/Dockerfile index 66f9887..05f5061 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ FROM archlinux:latest RUN pacman -Syu --noconfirm # Install needed dependencies -RUN pacman -S go -RUN pacman -S hugo -RUN pacman -S asciidoctor -RUN pacman -S ruby-rouge -RUN pacman -S npm -RUN pacman -S git +RUN pacman -S go --noconfirm +RUN pacman -S hugo --noconfirm +RUN pacman -S asciidoctor --noconfirm +RUN pacman -S ruby-rouge --noconfirm +RUN pacman -S npm --noconfirm +RUN pacman -S git --noconfirm