ELN: Include the container manifest

This was missing, preventing the container builds from working.
This commit is contained in:
Neal Gompa
2024-08-29 22:26:13 -04:00
parent 82336ed294
commit 65dbdf3ec5
+1
View File
@@ -17,6 +17,7 @@
<include from="this://./components/boot-eln.xml"/> <include from="this://./components/boot-eln.xml"/>
<include from="this://./repositories/core-eln.xml"/> <include from="this://./repositories/core-eln.xml"/>
<include from="this://./teams/eln/cloud.xml"/> <include from="this://./teams/eln/cloud.xml"/>
<include from="this://./teams/eln/container.xml"/>
<packages type="bootstrap"> <packages type="bootstrap">
<package name="basesystem"/> <package name="basesystem"/>
<package name="filesystem"/> <package name="filesystem"/>