mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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)
(cherry picked from commit 4a768794b8)
This commit is contained in:
parent
42d33f9299
commit
af96dc44e1
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