diff options
author | terminaldweller <thabogre@gmail.com> | 2021-02-19 08:02:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-02-19 08:02:50 +0000 |
commit | a7b024725fb959f229d562c4af525b82f3214f8f (patch) | |
tree | 1782fde26a9eaf3384439d9268574da14e128345 /nushin/spoofer | |
parent | update, debugging the haproxy config (diff) | |
parent | update (diff) | |
download | dockerimages-a7b024725fb959f229d562c4af525b82f3214f8f.tar.gz dockerimages-a7b024725fb959f229d562c4af525b82f3214f8f.zip |
Merge branch 'master' of https://github.com/terminaldweller/dockerimages
Diffstat (limited to 'nushin/spoofer')
-rw-r--r-- | nushin/spoofer/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nushin/spoofer/Dockerfile b/nushin/spoofer/Dockerfile new file mode 100644 index 0000000..7bf4b33 --- /dev/null +++ b/nushin/spoofer/Dockerfile @@ -0,0 +1,4 @@ +FROM ubuntu:20.04 + +RUN apt update && apt ugprade -y +RUN apt install -y ettercap |