aboutsummaryrefslogtreecommitdiff
path: root/examples/example4/Dockerfile
blob: a13c3cc79a5cf8d1b37bf17915ea5c068c560ad7 (plain)
1
2
3
4
5
FROM python:3

RUN pip3 install babysploit

WORKDIR /usr/src/app