Skip to content

Commit

Permalink
centos 7 | fix for unicode issue
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Oct 10, 2021
1 parent 837a09b commit b1f64f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions centos-7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM centos:7 as base
MAINTAINER darkwizard242 <am900820@gmail.com>

## Due to error: (UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 117: ordinal not in range(128))
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8

ENV DEPENDENCIES "which software-properties-common python3 python3-pip python3-setuptools sudo wget curl"

ENV PIP_PKGS "ansible"
Expand Down

0 comments on commit b1f64f7

Please sign in to comment.