1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/dsniff/Dockerfile
2016-07-19 14:28:16 +08:00

16 lines
310 B
Docker

#
# 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