Skip to content

Commit

Permalink
Fix missing dependencies in container image
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Nov 22, 2022
1 parent b360834 commit 26e9064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN set -exo pipefail \
--releasever=8 \
--setopt install_weak_deps=false \
--nodocs \
krb5-libs \
openldap \
python39 \
&& yum --installroot=/mnt/rootfs clean all \
&& rm -rf /mnt/rootfs/var/cache/* /mnt/rootfs/var/log/dnf* /mnt/rootfs/var/log/yum.* \
Expand Down

0 comments on commit 26e9064

Please sign in to comment.