diff options
author | softwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com> | 2020-09-29 15:48:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 15:48:28 +0200 |
commit | 7f7864fe2b28d80f918cab7cf399f11dbed8736a (patch) | |
tree | f1ea1714a043fe0c79581b1ab5199b15634ce6d5 /installer | |
parent | Merge pull request #8224 from tchellomello/import_db (diff) | |
parent | Include Gettext in dev container image for translation automation (diff) | |
download | awx-7f7864fe2b28d80f918cab7cf399f11dbed8736a.tar.xz awx-7f7864fe2b28d80f918cab7cf399f11dbed8736a.zip |
Merge pull request #8259 from rooftopcellist/gettext_translations
Include Gettext in dev container image for translation automation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
Diffstat (limited to 'installer')
-rw-r--r-- | installer/roles/image_build/templates/Dockerfile.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index c6eebd0901..9ffc1c7c69 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -30,7 +30,6 @@ RUN dnf -y update && \ dnf -y install ansible \ gcc \ gcc-c++ \ - gettext \ git-core \ glibc-langpack-en \ libcurl-devel \ @@ -95,6 +94,7 @@ USER root # Install development/test requirements RUN dnf -y install \ gtk3 \ + gettext \ alsa-lib \ libX11-xcb \ libXScrnSaver \ |