Skip to content
Snippets Groups Projects
Commit 9f0c0278 authored by nimrod's avatar nimrod
Browse files

Set the locale to UTF-8 for Python.

parent b829dca5
No related branches found
No related tags found
No related merge requests found
# hadolint ignore=DL3006
FROM registry.hub.docker.com/library/centos:7
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
# hadolint ignore=DL3013,DL3033
RUN yum group install -y "Development tools" && \
yum install -y \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment