Skip to content

Commit

Permalink
Add vim, ping and ip
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrywu committed Mar 29, 2023
1 parent d8747e8 commit 9101a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ RUN \
#
# general tools
#
yum install -y vim && \
yum install -y unrar p7zip p7zip-plugins && \
yum install -y samba samba-client samba-common net-tools && \
yum install -y samba samba-client samba-common net-tools iputils iproute && \
yum install -y python2 python3 python-is-python3 && \
#
# build linux kernel requirements
Expand Down

0 comments on commit 9101a31

Please sign in to comment.