1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00

add dsniff

This commit is contained in:
kev
2016-07-19 14:28:16 +08:00
parent ea31d4db73
commit ccbd39afeb
6 changed files with 91 additions and 0 deletions

15
dsniff/Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
#
# Dockerfile for dsniff
#
FROM alpine
MAINTAINER kev <noreply@easypi.info>
RUN set -xe \
&& echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
&& apk add --no-cache bash coreutils dsniff tmux
CMD set -xe \
&& tmux new -d -x 800 -y 600 \
&& sleep infinity