Skip to content

Commit

Permalink
Removed some unnecessary databases from Goose
Browse files Browse the repository at this point in the history
  • Loading branch information
thordy committed Dec 14, 2024
1 parent d1da7e1 commit c04e52f
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 @@ -8,7 +8,7 @@ RUN apk update && apk add --no-cache git gcc
WORKDIR $GOPATH/src/github.com/pressly/goose
RUN git clone https://github.com/pressly/goose .
RUN go get -d -v
RUN CGO_ENABLED=0 go build -tags='no_postgres no_sqlite3 no_ydb no_duckdb' -o $GOPATH/bin/goose -a -ldflags '-extldflags "-static"' ./cmd/goose
RUN CGO_ENABLED=0 go build -tags='no_clickhouse no_libsql no_mssql no_vertica no_postgres no_sqlite3 no_ydb no_duckdb' -o $GOPATH/bin/goose -a -ldflags '-extldflags "-static"' ./cmd/goose

# Add script to run migrations
RUN mkdir -p /usr/local/scripts
Expand Down

0 comments on commit c04e52f

Please sign in to comment.