github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/libnetwork/cmd/diagnostic/Dockerfile.client (about) 1 FROM alpine 2 RUN apk add --no-cache curl 3 COPY diagnosticClient /usr/local/bin/diagnosticClient 4 ENTRYPOINT ["/usr/local/bin/diagnosticClient"]