summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 09:40:22 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-31 16:15:29 +0000
commit1ba36d409eddd40f0a84962bcd4a226685ed8a98 (patch)
treedcce2c4d331c9cd77e3991665730238236911e7b
parent6dfbff4984ff1e27f0eb3fd1d08a4c461816013a (diff)
downloaddefinitions-1ba36d409eddd40f0a84962bcd4a226685ed8a98.tar.gz
chef-system: OpenSSL libraries are needed at runtime.
-rw-r--r--chef-system-x86_32-container.morph3
-rw-r--r--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/core.morph b/core.morph
index 16d874a7..9234886d 100644
--- a/core.morph
+++ b/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: build-essential
+products:
+- artifact: core-runtime
+ include:
+ - openssl-new-libs
chunks:
- name: sqlite3
repo: upstream:sqlite3