Skip to content

Commit

Permalink
Set unicode locale in centos
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn authored and gotcha committed Oct 1, 2020
1 parent 6446b54 commit 6e00617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos as centos-python
RUN yum install -y make gcc openssl-devel libffi-devel sqlite-devel
ARG PYTHON_VER
ENV LC_CTYPE="en_US.UTF-8"
ENV LC_ALL C.UTF-8
RUN mkdir buildout
WORKDIR /buildout
COPY Makefile Makefile.configure /buildout/
Expand Down

0 comments on commit 6e00617

Please sign in to comment.