Compare commits

..

No commits in common. "c4c22c57214420c02f4bbbe39dcb16e468088fb0" and "5d13bf0155289f77976fa0fdcf1c3f881ec7e6e8" have entirely different histories.

View file

@ -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/"]