Modification dockerfile

This commit is contained in:
iMax 2025-01-21 08:29:32 +01:00
parent 865127a0a9
commit 19da13310d
4 changed files with 14 additions and 12 deletions

View file

@ -0,0 +1,4 @@
FROM alpine:latest AS attacker
RUN apk add --no-cache curl
CMD ["curl", "webserver:80"]