mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
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:
commit
15c7a3f85b
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user