Verbose build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nikolai Rodionov 2025-01-30 15:41:36 +01:00
parent 96b97ab4f1
commit a33167ebb5
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

View File

@ -22,7 +22,7 @@ RUN mkdir -p /root/.local/share/godot/export_templates/4.3.stable/
COPY --from=dudo /out/templates /root/.local/share/godot/export_templates/4.3.stable
COPY . .
RUN mkdir /out
RUN godot --headless --export-debug "[Dedicated Server] Linux" /out/open_strike
RUN godot --verbose --headless --export-debug "[Dedicated Server] Linux" /out/open_strike
FROM ubuntu
RUN apt-get update -y && apt-get install fontconfig -y