FROM ubuntu:latest ADD redis-out.pl / RUN apt-get update && apt-get upgrade -y RUN apt-get install perl -y RUN apt-get install nmap -y RUN apt-get install telnet -y RUN apt-get install lsof -y RUN apt-get install strace -y RUN apt-get install redis-tools -y CMD [ "/bin/bash", "-c", "sleep 5 ; /usr/bin/perl /redis-out.pl" ]