Skip to content

Commit

Permalink
Removed unused libraries audit-libs iputils libcap-ng libidn2 libsema…
Browse files Browse the repository at this point in the history
…nage libunistring
  • Loading branch information
ganeshmurthy committed Jan 30, 2025
1 parent ab29b6c commit 3754109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN dnf -y --setopt=install_weak_deps=0 --nodocs \
hostname iputils \
shadow-utils \
&& chroot /output useradd --uid 10000 runner \
&& dnf -y --installroot /output remove shadow-utils \
&& dnf -y --installroot /output remove shadow-utils audit-libs iputils libcap-ng libidn2 libsemanage libunistring \
&& dnf clean all --installroot /output

FROM scratch
Expand Down

0 comments on commit 3754109

Please sign in to comment.