Remove LANG env var
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
Dustin 2022-12-03 09:39:22 -06:00
parent f0cbb05cb3
commit 2e57b72895
1 changed files with 0 additions and 2 deletions

View File

@ -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