Skip to content

Commit

Permalink
Fixes sqlite3 build
Browse files Browse the repository at this point in the history
Fixes sqlite3 build as suggested in joohoi#349
  • Loading branch information
baffolobill authored Feb 7, 2024
1 parent 27e8251 commit 14cb935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LABEL maintainer="[email protected]"

RUN apk add --update gcc musl-dev git

ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
ENV GOPATH /tmp/buildcache
RUN git clone https://github.com/joohoi/acme-dns /tmp/acme-dns
WORKDIR /tmp/acme-dns
Expand Down

0 comments on commit 14cb935

Please sign in to comment.