Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add sqlc dep to dockerfile
Browse files Browse the repository at this point in the history
ezekg committed Jan 21, 2025
1 parent bbc9eed commit bc95a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM sqlc/sqlc:latest AS sqlc

FROM golang:1.23-alpine AS build
WORKDIR /go/src/github.com/keygen-sh/keygen-relay
RUN apk add --no-cache gcc musl-dev sqlite-dev make
COPY --from=sqlc /workspace/sqlc /usr/bin/sqlc
COPY . .
RUN make build

0 comments on commit bc95a7f

Please sign in to comment.