File tree 1 file changed +4
-1
lines changed
ue4docker/dockerfiles/ue4-minimal/linux
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ RUN ./Engine/Build/BatchFiles/Linux/Build.sh UnrealHeaderTool Linux Development
37
37
38
38
# Create an Installed Build of the Engine
39
39
WORKDIR /home/ue4/UnrealEngine
40
- RUN ./Engine/Build/BatchFiles/RunUAT.sh BuildGraph -target="Make Installed Build Linux" -script=Engine/Build/InstalledEngineBuild.xml -set:HostPlatformOnly=true -set:WithDDC={% if excluded_components.ddc == true %}false{% else %}true{% endif %} {{ buildgraph_args }} && \
40
+ RUN ./Engine/Build/BatchFiles/RunUAT.sh BuildGraph \
41
+ -target="Make Installed Build Linux" \
42
+ -script=Engine/Build/InstalledEngineBuild.xml \
43
+ -set:WithDDC={% if excluded_components.ddc == true %}false{% else %}true{% endif %} {{ buildgraph_args }} && \
41
44
rm -R -f /home/ue4/UnrealEngine/LocalBuilds/InstalledDDC
42
45
43
46
# Split out components (DDC, debug symbols, template projects) so they can be copied into the final container image as separate filesystem layers
You can’t perform that action at this time.
0 commit comments