From 24eb38fda1a27d69c573cfc0c114f8c9eaf7dad6 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 6 Oct 2024 22:50:07 +0300 Subject: [PATCH] Fix Dockerfile syntax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46d5c4e..700a8cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 '*'