Skip to content

Commit a43b612

Browse files
committed
Add nmon tool
1 parent df6d2c0 commit a43b612

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.idea/

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN set -ex \
4949
nmap \
5050
nmap-nping \
5151
nmap-scripts \
52+
nmon \
5253
openssl \
5354
py3-pip \
5455
py3-setuptools \

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: build-x86 build-arm64 push all
22

33
# Build Vars
4-
IMAGENAME=nicolaka/netshoot
4+
IMAGENAME=quay.io/lochoa/netshoot
55
VERSION=0.1
66

77

@@ -16,6 +16,3 @@ build-all:
1616
push:
1717
@docker push ${IMAGENAME}:${VERSION}
1818
all: build-all push
19-
20-
21-

0 commit comments

Comments
 (0)