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
|
FROM registry.fedoraproject.org/fedora-minimal
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
# required by ansible-config
|
||||||
ENV LANG="en_US.UTF-8"
|
ENV LANG="C.UTF-8"
|
||||||
|
|
||||||
ENV NEOVIM_PKGS="\
|
ENV NEOVIM_PKGS="\
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in a new issue