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
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ RUN dnf -y update && \
gcc \ gcc \
gcc-c++ \ gcc-c++ \
git-core \ git-core \
glibc-langpack-en \
krb5-workstation \ krb5-workstation \
libcurl-devel \ libcurl-devel \
libffi-devel \ libffi-devel \
@@ -33,6 +34,7 @@ RUN dnf -y update && \
python3-devel \ python3-devel \
python3-libselinux \ python3-libselinux \
python3-pip \ python3-pip \
python3-psycopg2 \
python3-setuptools \ python3-setuptools \
rsync \ rsync \
subversion \ subversion \

View File

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