Merge pull request #11673 from ansible/fix_dockerfile_kube_dev_deps

Includes gettext on build-deps for multi-stage builds
This commit is contained in:
Shane McDonald 2022-02-02 15:31:54 -05:00 committed by GitHub
commit 15c7a3f85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
gcc \
gcc-c++ \
git-core \
gettext \
glibc-langpack-en \
libffi-devel \
libtool-ltdl-devel \