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:
softwarefactory-project-zuul[bot] 2019-11-01 13:24:11 +00:00 committed by GitHub
commit 4540cb653e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -17,6 +17,7 @@ RUN dnf -y update && \
gcc \
gcc-c++ \
git-core \
glibc-langpack-en \
krb5-workstation \
libcurl-devel \
libffi-devel \