Skip to content

Commit

Permalink
Fix image building
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Mar 22, 2022
1 parent 27599e8 commit 518d28a
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 @@ -5,6 +5,8 @@ COPY . .

ENV GOPATH=/go

RUN apk add git --no-cache

RUN go build -ldflags '-extldflags "-static"' github.com/lomik/graphite-clickhouse

FROM alpine:latest
Expand Down

0 comments on commit 518d28a

Please sign in to comment.