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