Skip to content

Commit

Permalink
Add ca-certificate to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Russell committed Apr 21, 2019
1 parent 71ba783 commit 8cbd11a
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 8cbd11a

Please sign in to comment.