1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Include Gettext in dev container image for translation automation

This commit is contained in:
Christian M. Adams 2020-09-29 08:53:18 -04:00
parent 0c7bfa543b
commit e7b5f311b5

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 \