certificates/autocert/examples/hello-mtls/curl/Dockerfile.client

6 lines
108 B
Text
Raw Normal View History

2019-01-25 01:22:36 +00:00
FROM alpine
RUN apk add --no-cache bash curl
COPY client.sh .
RUN chmod +x client.sh
ENTRYPOINT ./client.sh