mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03: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:
commit
7f7864fe2b
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user