Fix syntax error
ContainerImages/ansible/pipeline/head This commit looks good Details

main
Dustin 2022-12-03 10:10:03 -06:00
parent 2e788b9ae3
commit ff28c119c2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN dnf install -y \
openssh-clients \
python3-dns \
python3-netaddr \
&& dnf clean all \
&& dnf clean all
COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf