Skip to content

Commit 3b49a1c

Browse files
authored
Remove duplicate definition of $PACKAGES
Due to PACKAGES being defined twice the final image does not contain nmap
1 parent 26f9a38 commit 3b49a1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ENV NAME="netbox-scanner"
55
ENV VERSION="0.1"
66

77
ENV PACKAGES="python3 python3-pip nmap"
8-
ENV PACKAGES="python3-pip"
98

109
# Install packages
1110
RUN apt-get update \

0 commit comments

Comments
 (0)