Skip to content

Commit

Permalink
Merge pull request #505 from jeg-b/jeg-b-locale-patch
Browse files Browse the repository at this point in the history
locale.conf bugfix in base.Dockerfile
  • Loading branch information
surajssd authored Oct 28, 2024
2 parents 5142a03 + d0ca814 commit a9a24d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN TF_VERSION=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform
&& unset TF_VERSION

# Setup locale to en_US.utf8
RUN echo en_US UTF-8 >> /etc/locale.conf && locale-gen.sh
RUN echo 'LANG=en_US.UTF-8' >> /etc/locale.conf && locale-gen.sh
ENV LANG="en_US.utf8"

# # BEGIN: Install Ansible in isolated Virtual Environment
Expand Down

0 comments on commit a9a24d4

Please sign in to comment.