Skip to content

Commit

Permalink
Merge pull request #149 from m-lab/sandbox-ca
Browse files Browse the repository at this point in the history
Add ca-certificate to Dockerfile
  • Loading branch information
gfr10598 authored Apr 21, 2019
2 parents 71ba783 + 8cbd11a commit f77f498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN go install \
./...

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

COPY --from=builder /go/bin/gardener /bin/gardener

EXPOSE 9090 8080
Expand Down

0 comments on commit f77f498

Please sign in to comment.