zgrab2/integration_tests/pop3/container/Dockerfile
Justin Bastress ad6295f421 port POP3
2018-03-15 13:10:10 -04:00

10 lines
156 B
Docker

FROM zgrab2_service_base:latest
RUN apt-get install -y popa3d
WORKDIR /
COPY entrypoint.sh .
RUN chmod a+x ./entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]