Skip to content

[BUG] #517

@rdone4425

Description

@rdone4425

=> 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions