Skip to content

Commit

Permalink
Add back hostname iputils libraries to Containerfile as they are bein…
Browse files Browse the repository at this point in the history
…g used in launch.sh
  • Loading branch information
ganeshmurthy committed Feb 3, 2025
1 parent 8c0fdaa commit b87e9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN dnf -y --setopt=install_weak_deps=0 --nodocs \
cyrus-sasl-lib cyrus-sasl-plain openssl \
python3 \
libnghttp2 \
hostname iputils \
shadow-utils \
&& chroot /output useradd --uid 10000 runner \
&& dnf -y --installroot /output remove shadow-utils \
Expand Down

0 comments on commit b87e9a6

Please sign in to comment.