Skip to content

Commit 3efcddd

Browse files
authored
Merge pull request #5 from ethpandaops/skylenet/cgo
fix: docker image go-sqlite3 support
2 parents 7e17506 + e0cccab commit 3efcddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /src
33
COPY go.sum go.mod ./
44
RUN go mod download
55
COPY . .
6-
RUN CGO_ENABLED=0 go build -o /bin/app ./cmd/snapshotter
6+
RUN go build -o /bin/app ./cmd/snapshotter
77

88
FROM debian:stable-slim
99
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)