Skip to content

Commit

Permalink
Merge pull request #11 from denisov-vlad/docker-certificates
Browse files Browse the repository at this point in the history
Dockerfile: added ca-certificates package
  • Loading branch information
nikepan authored Apr 16, 2019
2 parents 050e44b + 89075c2 commit d11ec10
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 d11ec10

Please sign in to comment.