zgrab2/integration_tests/pop3/container/Dockerfile

10 lines
156 B
Docker
Raw Normal View History

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