Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 30, 2023
1 parent 679617c commit fdd0271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM golang:1.20 as builder
WORKDIR /
COPY . .
RUN go get github.com/marcboeker/go-duckdb
RUN go mod tidy
RUN CGO_ENABLED=1 go build -tags=duckdb_from_source -o quackpipe quackpipe.go
RUN strip quackpipe

Expand Down

0 comments on commit fdd0271

Please sign in to comment.