1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:15 +02:00
dockerfiles/dsniff/Dockerfile

16 lines
309 B
Docker
Raw Normal View History

2016-07-19 08:28:16 +02:00
#
# Dockerfile for dsniff
#
FROM alpine
2017-05-08 01:05:07 +02:00
MAINTAINER kev <noreply@easypi.pro>
2016-07-19 08:28:16 +02:00
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