arp-spoofing/docker/attacker/dockerfile

4 lines
No EOL
76 B
Text

FROM alpine:latest
RUN apk add --no-cache curl
CMD ["curl", "webserver:80"]