Fix Dockerfile syntax
All checks were successful
Build Docker image / Build and publish image (push) Successful in 1m30s

This commit is contained in:
Marko Korhonen 2024-10-06 22:50:07 +03:00
parent 59ffb31627
commit 24eb38fda1
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -19,4 +19,4 @@ RUN pacman -S git --noconfirm
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
# Fix dubious ownership issue in GitHub Actions
git config --system --add safe.directory '*'
RUN git config --system --add safe.directory '*'