summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chef-system-x86_32-container.morph3
-rw-r--r--strata/core.morph4
2 files changed, 7 insertions, 0 deletions
diff --git a/chef-system-x86_32-container.morph b/chef-system-x86_32-container.morph
index 04ba0f24..6335de97 100644
--- a/chef-system-x86_32-container.morph
+++ b/chef-system-x86_32-container.morph
@@ -12,5 +12,8 @@ strata:
- morph: build-essential
artifacts:
- build-essential-minimal
+- morph: core
+ artifacts:
+ - core-runtime
- morph: ruby
- morph: chef
diff --git a/strata/core.morph b/strata/core.morph
index 26264874..efe91fbd 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -4,6 +4,10 @@ description: Core components of a Baserock base system that are build tools requ
for the BSP and Foundation strata, but a step above build-essential
build-depends:
- morph: strata/build-essential.morph
+products:
+- artifact: core-runtime
+ include:
+ - openssl-new-libs
chunks:
- name: sqlite3
repo: upstream:sqlite3