Add dependency on webserver for attacker service and update curl command
This commit is contained in:
parent
f5b3dd4f92
commit
5d13bf0155
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
FROM alpine:latest
|
||||
RUN apk add --no-cache curl iputils-ping
|
||||
#curl --insecure https://localhost/
|
||||
CMD ["curl", "--insecure", "https://webserver/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue