Fix Dockerfile syntax
All checks were successful
Build Docker image / Build and publish image (push) Successful in 1m30s
All checks were successful
Build Docker image / Build and publish image (push) Successful in 1m30s
This commit is contained in:
parent
59ffb31627
commit
24eb38fda1
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ RUN pacman -S git --noconfirm
|
||||||
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
|
RUN pacman -S ruby-asciidoctor-html5s --noconfirm
|
||||||
|
|
||||||
# Fix dubious ownership issue in GitHub Actions
|
# Fix dubious ownership issue in GitHub Actions
|
||||||
git config --system --add safe.directory '*'
|
RUN git config --system --add safe.directory '*'
|
||||||
|
|
Reference in a new issue