Skip to content

Commit 295a7fc

Browse files
committed
Installing gettext RPM
In order to work with yaml files for kubernetes deployments we need a tool to do variable substitutions. Usually we would use `yq` but Azure Linux is not packaging this binary the next best thing is envsubst which is provided by the gettext rpm.
1 parent d06979a commit 295a7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

linux/base.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ RUN bash ./tdnfinstall.sh \
135135
terraform \
136136
gh \
137137
redis \
138-
cpio
138+
cpio \
139+
gettext
139140

140141
# Install azure-functions-core-tools
141142
RUN wget -nv -O Azure.Functions.Cli.zip `curl -fSsL https://api.github.com/repos/Azure/azure-functions-core-tools/releases/latest | grep "url.*linux-x64" | grep -v "sha2" | cut -d '"' -f4` \

0 commit comments

Comments
 (0)