add ca-certs

Signed-off-by: JT Archie <jarchie@pivotal.io>
This commit is contained in:
Joris Melchior
2017-09-20 12:03:58 -04:00
committed by JT Archie
parent 6c24c8ccc4
commit 3cf6e11c5a

View File

@@ -11,7 +11,7 @@ RUN set -e; for pkg in $(go list ./...); do \
done
FROM alpine:edge AS resource
RUN apk add --update bash tzdata
RUN apk add --update bash tzdata ca-certificates
COPY --from=builder /assets /opt/resource
FROM resource AS tests