diff --git a/docker/attacker/dockerfile b/docker/attacker/dockerfile index c331d10..397134b 100644 --- a/docker/attacker/dockerfile +++ b/docker/attacker/dockerfile @@ -1,7 +1,4 @@ -FROM alpine:latest +FROM debian:stable-slim RUN apk add --no-cache curl iputils-ping dsniff RUN echo 1 | tee /proc/sys/net/ipv4/ip_forward - - -#curl --insecure https://localhost/ CMD ["curl", "--insecure", "https://webserver/"]