3 lines
109 B
Text
3 lines
109 B
Text
FROM alpine:latest
|
|
RUN apk add --no-cache curl iputils-ping
|
|
CMD ["curl", "--insecure", "https://webserver/"]
|