Change base image from Alpine to Debian and update curl command
This commit is contained in:
parent
c4c22c5721
commit
82cabddb73
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
FROM alpine:latest
|
FROM debian:stable-slim
|
||||||
RUN apk add --no-cache curl iputils-ping dsniff
|
RUN apk add --no-cache curl iputils-ping dsniff
|
||||||
RUN echo 1 | tee /proc/sys/net/ipv4/ip_forward
|
RUN echo 1 | tee /proc/sys/net/ipv4/ip_forward
|
||||||
|
|
||||||
|
|
||||||
#curl --insecure https://localhost/
|
|
||||||
CMD ["curl", "--insecure", "https://webserver/"]
|
CMD ["curl", "--insecure", "https://webserver/"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue