Commit 7e82a076 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #2454 from technosophos/fix/2311

fix(Dockerfile): add ca-certificates
parents a53c29ae 70f6aa4c
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
FROM alpine:3.3 FROM alpine:3.3
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ENV HOME /tmp ENV HOME /tmp
COPY tiller /tiller COPY tiller /tiller
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
FROM alpine:3.3 FROM alpine:3.3
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ENV HOME /tmp ENV HOME /tmp
COPY tiller /tiller COPY tiller /tiller
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
FROM alpine:3.3 FROM alpine:3.3
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ENV HOME /tmp ENV HOME /tmp
COPY rudder /rudder COPY rudder /rudder
......
Markdown is supported
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