Skip to content

Commit

Permalink
Enable CGO for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Apr 27, 2024
1 parent acbc92d commit 14b41ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . /go/src/github.com/nimbolus/terraform-backend

WORKDIR /go/src/github.com/nimbolus/terraform-backend

RUN GOOS=linux CGO_ENABLED=0 go build cmd/terraform-backend.go
RUN GOOS=linux CGO_ENABLED=1 go build cmd/terraform-backend.go

# start clean for final image
FROM alpine:3
Expand Down

0 comments on commit 14b41ea

Please sign in to comment.