Skip to content

Commit

Permalink
Dockerfile: added ca-certificates package
Browse files Browse the repository at this point in the history
  • Loading branch information
denisov committed Apr 16, 2019
1 parent 050e44b commit 89075c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ADD . ./
RUN go build -v

FROM alpine:latest
RUN apk add ca-certificates
WORKDIR /app
COPY --from=builder /go/src/github.com/nikepan/clickhouse-bulk/config.sample.json .
COPY --from=builder /go/src/github.com/nikepan/clickhouse-bulk/clickhouse-bulk .
Expand Down

0 comments on commit 89075c2

Please sign in to comment.