From df4de6cdce510e55e76d751164991170d9f7684d Mon Sep 17 00:00:00 2001 From: Alan Hodgson Date: Wed, 1 May 2024 12:40:51 -0700 Subject: [PATCH] Explicitly install "file" --- image/utilities.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/image/utilities.sh b/image/utilities.sh index ea302f88..07776976 100755 --- a/image/utilities.sh +++ b/image/utilities.sh @@ -10,3 +10,6 @@ run minimal_apt_get_install git run minimal_apt_get_install netbase ## utilities needed to add apt ppas run minimal_apt_get_install curl gnupg ca-certificates +## almost everyone needs file, and it sort of randomly gets pulled in during +## the build process anyway +run minimal_apt_get_install file