Skip to content

Commit

Permalink
fix: sqlite3 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zenixls2 committed May 17, 2022
1 parent b4a7947 commit e18bf08
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 @@ -11,7 +11,7 @@ ENV GOPATH_ORIG=$GOPATH
ENV GOPATH=${GO_MOD_CACHE:+$WORKDIR/$GO_MOD_CACHE}
ENV GOPATH=${GOPATH:-$GOPATH_ORIG}
ENV CGO_ENABLED=1
RUN go install github.com/mattn/go-sqlite3
RUN cd $WORKDIR && go get github.com/mattn/go-sqlite3
ADD . .
RUN go build -o $GOPATH_ORIG/bin/bbgo ./cmd/bbgo

Expand Down

0 comments on commit e18bf08

Please sign in to comment.