Skip to content

Commit

Permalink
Merge branch 'master' into imporve-diag
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch authored Dec 11, 2023
2 parents 8f455c4 + bd155f6 commit a98a868
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ RUN GO111MODULE=on go mod download

COPY . .

RUN make
# Workaround sqlite3 and alpine 3.19 incompatibility
# https://github.com/mattn/go-sqlite3/issues/1164
RUN CGO_CFLAGS="-D_LARGEFILE64_SOURCE" make

FROM alpine:3.17

Expand Down

0 comments on commit a98a868

Please sign in to comment.