Skip to content

Commit

Permalink
Merge pull request #41 from redhatrises/add_iputils
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises authored May 23, 2024
2 parents bd3bfcd + 7eabf2e commit 81ed4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY bin/ /home/eval/bin/
COPY menu/* /home/menu/
COPY www /var/www/html/

RUN dnf -y install wget file zip vim-common bind-utils ruby php httpd php-fpm hostname ncurses binutils python-unversioned-command procps-ng && \
RUN dnf -y install wget file zip vim-common bind-utils ruby php httpd php-fpm hostname ncurses binutils python-unversioned-command procps-ng iputils && \
dnf -y update && \
dnf -y clean all && \
rm -rf /var/cache/yum && \
Expand Down

0 comments on commit 81ed4d3

Please sign in to comment.