Clean up after `dnf install`
Keep the layer small by not committing the dnf cache.main
parent
76f1dc3756
commit
f0cbb05cb3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue