sekthor/singing-city

Backend Docker build requires GCC

Closed this issue ยท 1 comments

Building the binary inside the dockerfile succeeds, but ever since the introduction of sqlite the server can not start anymore.
It fails with the following error message:

{"level":"fatal","error":"Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub","time":"2023-11-11T11:24:49Z","message":"could not create api"}

Dockerfile requires gcc and glibc to properly build sqlite3

๐ŸŽ‰ This issue has been resolved in version 1.4.5 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€