Merge pull request #326 from Quentin-M/alpine_dfile

Dockerfile: use alpine linux 3.5 (bis)
This commit is contained in:
Quentin Machu 2017-02-22 12:25:54 -08:00 committed by GitHub
commit bc87d80ee9

View File

@ -27,4 +27,4 @@ RUN apk add --no-cache git bzr rpm xz && \
mv /go/bin/clair /clair && \
rm -rf /go /usr/local/go
ENTRYPOINT ["./clair"]
ENTRYPOINT ["/clair"]