fix LANG for ansible linter
This commit is contained in:
parent
2b84edb3b0
commit
c832848368
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM registry.fedoraproject.org/fedora-minimal
|
||||
|
||||
USER root
|
||||
|
||||
ENV LANG="en_US.UTF-8"
|
||||
# required by ansible-config
|
||||
ENV LANG="C.UTF-8"
|
||||
|
||||
ENV NEOVIM_PKGS="\
|
||||
wget \
|
||||
|
|
Loading…
Reference in a new issue