Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Run localedef when generating the CentOS CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
nickguletskii committed May 5, 2020
1 parent fba512c commit d15ff2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/Dockerfile.build.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ RUN pip3 install --no-cache-dir --upgrade pip && \
protobuf==3.5.2 \
tabulate==0.7.5

# Fix the en_DK.UTF-8 locale to test locale invariance
RUN localedef -i en_DK -f UTF-8 en_DK.UTF-8

ARG USER_ID=0
COPY install/docker_filepermissions.sh /work/
RUN /work/docker_filepermissions.sh
Expand Down

0 comments on commit d15ff2b

Please sign in to comment.