diff --git a/release/tools/oci-image-minimal.conf b/release/tools/oci-image-minimal.conf index 122da1905436..82e2ce6a1bd3 100644 --- a/release/tools/oci-image-minimal.conf +++ b/release/tools/oci-image-minimal.conf @@ -1,19 +1,22 @@ #! /bin/sh # Build Open Container Initiative (OCI) container image suitable as a base for # shell-based workloads. This adds FreeBSD-runtime, FreeBSD-pkg-bootstrap and a # handful of others packages to create a small image which can be easily # extended by installing packages. OCI_BASE_IMAGE=dynamic oci_image_build() { install_packages ${abi} ${workdir} $m \ FreeBSD-runtime \ FreeBSD-certctl \ FreeBSD-kerberos-lib \ + FreeBSD-libarchive \ FreeBSD-libexecinfo \ + FreeBSD-libucl \ + FreeBSD-fetch \ FreeBSD-rc \ FreeBSD-pkg-bootstrap \ FreeBSD-mtree }