Skip to content

Commit

Permalink
fix: add iputils rpm for php scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed May 22, 2024
1 parent bd3bfcd commit 7eabf2e
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 7eabf2e

Please sign in to comment.