Compare commits
No commits in common. "c4c22c57214420c02f4bbbe39dcb16e468088fb0" and "5d13bf0155289f77976fa0fdcf1c3f881ec7e6e8" have entirely different histories.
c4c22c5721
...
5d13bf0155
1 changed files with 1 additions and 5 deletions
|
@ -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/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue