1#! /bin/sh 2 3# Build OCI container images with almost all packages for running and building FreeBSD. 4 5OCI_BASE_IMAGE=notoolchain 6 7oci_image_build() { 8 set_cmd ${workdir} /bin/sh 9 install_packages ${abi} ${workdir} \ 10 FreeBSD-set-devel 11} 12 13