mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
release: Add missing dependencies in the minimal OCI image
The pkg-bootstrap binary depends on fetch. Approved by: re Reviewed by: cperciva, emaste, bapt Differential Revision: https://reviews.freebsd.org/D47661 MFC after: 1 day (cherry picked from commit ca1f1d2c9419a5d66929ca6880b69901254645a6)
This commit is contained in:
parent
476d590738
commit
4a768794b8
1 changed files with 3 additions and 0 deletions
|
|
@ -12,7 +12,10 @@ oci_image_build() {
|
|||
FreeBSD-runtime \
|
||||
FreeBSD-certctl \
|
||||
FreeBSD-kerberos-lib \
|
||||
FreeBSD-libarchive \
|
||||
FreeBSD-libexecinfo \
|
||||
FreeBSD-libucl \
|
||||
FreeBSD-fetch \
|
||||
FreeBSD-rc \
|
||||
FreeBSD-pkg-bootstrap \
|
||||
FreeBSD-mtree
|
||||
|
|
|
|||
Loading…
Reference in a new issue