Skip to content

Commit

Permalink
Merge pull request leodotcloud#9 from leodotcloud/dev
Browse files Browse the repository at this point in the history
adding ngrep
  • Loading branch information
leodotcloud authored Apr 16, 2020
2 parents 72aa00f + 33d661b commit d9c4da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

/.dapper
/bin
/dist
*.swp
/.trash-cache
swiss-army-knife
swiss-army-knife.exe
/.idea

# This file is generated by the scripts
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update && \
traceroute \
tcptraceroute \
tree \
tree \
ngrep \
vim \
wget && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit d9c4da3

Please sign in to comment.