From e7b5f311b57147785c708fc18d001b9a6a0fe94d Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 29 Sep 2020 08:53:18 -0400 Subject: [PATCH] Include Gettext in dev container image for translation automation --- installer/roles/image_build/templates/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \