mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Merge pull request #5208 from shanemcd/locale-fix
Install missing locales in dev container image. Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
4540cb653e
@ -14,6 +14,7 @@ RUN dnf -y update && \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git-core \
|
||||
glibc-langpack-en \
|
||||
krb5-workstation \
|
||||
libcurl-devel \
|
||||
libffi-devel \
|
||||
@ -33,6 +34,7 @@ RUN dnf -y update && \
|
||||
python3-devel \
|
||||
python3-libselinux \
|
||||
python3-pip \
|
||||
python3-psycopg2 \
|
||||
python3-setuptools \
|
||||
rsync \
|
||||
subversion \
|
||||
|
||||
@ -17,6 +17,7 @@ RUN dnf -y update && \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git-core \
|
||||
glibc-langpack-en \
|
||||
krb5-workstation \
|
||||
libcurl-devel \
|
||||
libffi-devel \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user