Change base image from Alpine to Debian and update curl command

This commit is contained in:
Lukian 2025-01-21 10:06:41 +01:00
parent c4c22c5721
commit 82cabddb73

View file

@ -1,7 +1,4 @@
FROM alpine:latest
FROM debian:stable-slim
RUN apk add --no-cache curl iputils-ping dsniff
RUN echo 1 | tee /proc/sys/net/ipv4/ip_forward
#curl --insecure https://localhost/
CMD ["curl", "--insecure", "https://webserver/"]