Remove LANG env var
ContainerImages/ansible/pipeline/head There was a failure building this commit
Details
ContainerImages/ansible/pipeline/head There was a failure building this commit
Details
Turns out the *fedora* container image doesn't include the en_US.UTF-8 locale, so it can't be used for `LANG`. The default is apparently `C.UTF-8` anyway, Unicode still works.main
parent
f0cbb05cb3
commit
2e57b72895
|
@ -10,5 +10,3 @@ RUN dnf install -y \
|
||||||
&& dnf clean all \
|
&& dnf clean all \
|
||||||
|
|
||||||
COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf
|
COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf
|
||||||
|
|
||||||
ENV LANG=en_US.UTF-8
|
|
||||||
|
|
Loading…
Reference in New Issue