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

This commit is contained in:
Marko Korhonen 2024-01-28 21:03:26 +02:00
parent f23be3b9e2
commit 34095f3e73
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -16,7 +16,7 @@ RUN pacman -S asciidoctor --noconfirm
RUN pacman -S ruby-rouge --noconfirm RUN pacman -S ruby-rouge --noconfirm
RUN pacman -S npm --noconfirm RUN pacman -S npm --noconfirm
RUN pacman -S git --noconfirm RUN pacman -S git --noconfirm
RUN pacman -S ruby-asciidoctor-html5s RUN pacman -S ruby-asciidoctor-html5s --noconfirm
# Add script to run asciidoctor with html5s backend # Add script to run asciidoctor with html5s backend
COPY ./asciidoctor-html5s /usr/local/sbin/asciidoctor COPY ./asciidoctor-html5s /usr/local/sbin/asciidoctor