Fix pacman commands
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2024-01-27 22:06:25 +02:00
parent 2f906b923a
commit 0241ed2964
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -4,9 +4,9 @@ FROM archlinux:latest
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
# Install needed dependencies # Install needed dependencies
RUN pacman -S go RUN pacman -S go --noconfirm
RUN pacman -S hugo RUN pacman -S hugo --noconfirm
RUN pacman -S asciidoctor RUN pacman -S asciidoctor --noconfirm
RUN pacman -S ruby-rouge RUN pacman -S ruby-rouge --noconfirm
RUN pacman -S npm RUN pacman -S npm --noconfirm
RUN pacman -S git RUN pacman -S git --noconfirm