Skip to content

Commit

Permalink
upgrade nmap to 7.90-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Oct 8, 2020
1 parent a5a0cb1 commit 5426489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN yum install epel-release -y && \
yum clean all


RUN wget https://nmap.org/dist/nmap-7.80-1.x86_64.rpm
RUN rpm -ivh nmap-7.80-1.x86_64.rpm
RUN wget https://nmap.org/dist/nmap-7.90-1.x86_64.rpm
RUN rpm -ivh nmap-*.x86_64.rpm

RUN mkdir /opt/nerve

Expand Down
2 changes: 1 addition & 1 deletion install/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function install_redhat {
yum install -y python3-devel && \
yum install -y wget && \
yum clean all
wget https://nmap.org/dist/nmap-7.80-1.x86_64.rpm
wget https://nmap.org/dist/nmap-7.90-1.x86_64.rpm
rpm -U nmap-*.rpm
rm -rf nmap-*.rpm
}
Expand Down

0 comments on commit 5426489

Please sign in to comment.