We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2167c6e + 0be149b commit d8cf1a2Copy full SHA for d8cf1a2
ue4docker/dockerfiles/ue4-minimal/windows/Dockerfile
@@ -14,7 +14,7 @@ COPY set-changelist.py C:\set-changelist.py
14
RUN python C:\set-changelist.py C:\UnrealEngine\Engine\Build\Build.version %CHANGELIST%
15
16
# Remove the .git directory to disable UBT `git status` calls and speed up the build process
17
-RUN rmdir /s /q C:\UnrealEngine\.git
+RUN if exist C:\UnrealEngine\.git rmdir /s /q C:\UnrealEngine\.git
18
19
{% if (not disable_all_patches) and (not disable_buildgraph_patches) %}
20
# Patch out problematic entries in InstalledEngineFilters.xml introduced in UE4.20.0
0 commit comments