Update Dockerfile

This commit is contained in:
Jess Frazelle 2018-09-14 15:10:19 -04:00 committed by GitHub
parent 8d1c962183
commit b3cbd40bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,5 @@ RUN buildDeps=' \
FROM alpine:latest FROM alpine:latest
COPY --from=builder /go/bin/clair /usr/bin/clair COPY --from=builder /go/bin/clair /usr/bin/clair
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
ENTRYPOINT [ "clair" ] ENTRYPOINT [ "clair" ]