Add gettext package to docker images

Allows to use envsubst utility within pegleg container.

Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Change-Id: I7733854253f3d4a6f9367678d93da9d4056e9535
This commit is contained in:
Ruslan Aliev 2023-06-21 10:25:22 -05:00
parent 23d30dfe2b
commit 85da464cec
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RUN set -ex \
ca-certificates \
curl \
build-essential \
gettext-base \
git \
gpg \
gpg-agent \

View File

@ -23,6 +23,7 @@ RUN set -ex \
ca-certificates \
curl \
build-essential \
gettext-base \
git \
gpg \
gpg-agent \