Clean up after `dnf install`

Keep the layer small by not committing the dnf cache.
main
Dustin 2022-12-03 09:38:47 -06:00
parent 76f1dc3756
commit f0cbb05cb3
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 \
COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf