You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
add dsniff
This commit is contained in:
15
dsniff/Dockerfile
Normal file
15
dsniff/Dockerfile
Normal 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
|
Reference in New Issue
Block a user