Skip to content

Commit

Permalink
Fix temporary go-sqlite3 build error (#21)
Browse files Browse the repository at this point in the history
* fix

* update to conditional

* redundant change

* redact comment

* remove comment
  • Loading branch information
joshuaghezzi authored Dec 22, 2023
1 parent 8732974 commit ff581f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk update && apk add bash build-base

ARG tool_type=rubenv-sql-migrate
RUN if [ "$tool_type" = "rubenv-sql-migrate" ]; then \
go install github.com/rubenv/sql-migrate/...@latest; \
CGO_CFLAGS="-D_LARGEFILE64_SOURCE" go install github.com/rubenv/sql-migrate/...@latest; \
fi

WORKDIR /
Expand Down

0 comments on commit ff581f0

Please sign in to comment.