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
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-09-29 13:48:28 +00:00 committed by GitHub
commit 7f7864fe2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \