From 48cb8033da954413cfc3ce950bf50ec250b7e2b7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 7 Feb 2024 12:15:36 -0600 Subject: [PATCH] Install envsubst command This command is often used to generate configuration files from environment variables, etc. --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 7c78093..1e33fa0 100644 --- a/Containerfile +++ b/Containerfile @@ -25,6 +25,7 @@ FROM registry.fedoraproject.org/fedora-minimal:39 RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ dosfstools \ + gettext-envsubst \ squashfs-tools \ tar \ zstd \