FROM golang:latest WORKDIR /go/src/github.com/coreos/clair/cmd/clairctl EXPOSE 9999 RUN mkdir -p /data ENTRYPOINT bash