Unverified Commit f9696b9f authored by Matt Butcher's avatar Matt Butcher Committed by Adam Reese
Browse files

fix(Dockerfile): add ca-certificates

Closes #2311
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -14,6 +14,8 @@
FROM alpine:3.3
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ENV HOME /tmp
COPY tiller /tiller
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment