-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
=> ERROR [nofx backend-builder 8/8] RUN CGO_ENABLED=1 GOOS=linux CGO_CFLAGS="-D_LARGEFILE64_SOURCE" go build -trimpath -ldflags="-s -w" -o nofx . 1.4s
=> [nofx-frontend] resolving provenance for metadata file 0.0s
[nofx backend-builder 8/8] RUN CGO_ENABLED=1 GOOS=linux CGO_CFLAGS="-D_LARGEFILE64_SOURCE" go build -trimpath -ldflags="-s -w" -o nofx .:
1.212 config/database.go:16:2: missing go.sum entry for module providing package modernc.org/sqlite (imported by nofx/config); to add:
1.212 go get nofx/config
Dockerfile.backend:50
49 | COPY . .
50 | >>> RUN CGO_ENABLED=1 GOOS=linux \
51 | >>> CGO_CFLAGS="-D_LARGEFILE64_SOURCE" \
52 | >>> go build -trimpath -ldflags="-s -w" -o nofx .
53 |
target nofx: failed to solve: process "/bin/sh -c CGO_ENABLED=1 GOOS=linux CGO_CFLAGS="-D_LARGEFILE64_SOURCE" go build -trimpath -ldflags="-s -w" -o nofx ." did not complete successfully: exit code: 1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working