From ff28c119c2246cb0dd1378679a1de17828b28a59 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 3 Dec 2022 10:10:03 -0600 Subject: [PATCH] Fix syntax error --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8664b08..51b1191 100644 --- a/Containerfile +++ b/Containerfile @@ -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