From 89075c2ed3b8e5baaa8df00aa7b67192e6d82969 Mon Sep 17 00:00:00 2001 From: denisov Date: Tue, 16 Apr 2019 09:59:18 +0300 Subject: [PATCH] Dockerfile: added ca-certificates package --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8cf6b9f..266e169 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .