Skip to content

Commit

Permalink
Merge pull request #2454 from technosophos/fix/2311
Browse files Browse the repository at this point in the history
fix(Dockerfile): add ca-certificates
  • Loading branch information
technosophos committed May 17, 2017
2 parents a53c29a + 70f6aa4 commit 7e82a07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions rootfs/Dockerfile.experimental
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions rootfs/Dockerfile.rudder
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

FROM alpine:3.3

RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*

ENV HOME /tmp

COPY rudder /rudder
Expand Down

0 comments on commit 7e82a07

Please sign in to comment.