summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installer/roles/image_build/templates/Dockerfile.j22
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 \