mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
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:
@@ -30,7 +30,6 @@ RUN dnf -y update && \
|
|||||||
dnf -y install ansible \
|
dnf -y install ansible \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
gettext \
|
|
||||||
git-core \
|
git-core \
|
||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
libcurl-devel \
|
libcurl-devel \
|
||||||
@@ -95,6 +94,7 @@ USER root
|
|||||||
# Install development/test requirements
|
# Install development/test requirements
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
gtk3 \
|
gtk3 \
|
||||||
|
gettext \
|
||||||
alsa-lib \
|
alsa-lib \
|
||||||
libX11-xcb \
|
libX11-xcb \
|
||||||
libXScrnSaver \
|
libXScrnSaver \
|
||||||
|
|||||||
Reference in New Issue
Block a user