Install envsubst command
ContainerImages/build.rootfs/pipeline/head This commit looks good Details

This command is often used to generate configuration files from
environment variables, etc.
main
Dustin 2024-02-07 12:15:36 -06:00
parent 30ec9260ea
commit 48cb8033da
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ FROM registry.fedoraproject.org/fedora-minimal:39
RUN --mount=type=cache,target=/var/cache \ RUN --mount=type=cache,target=/var/cache \
microdnf install -y \ microdnf install -y \
dosfstools \ dosfstools \
gettext-envsubst \
squashfs-tools \ squashfs-tools \
tar \ tar \
zstd \ zstd \