github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/libnetwork/cmd/networkdb-test/Dockerfile (about) 1 FROM alpine 2 3 RUN apk --no-cache add curl 4 5 COPY testMain /app/ 6 7 WORKDIR app 8 9 ENTRYPOINT ["/app/testMain"]