Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile. Add build ARG to avoid ('pread64' undeclared ) error #1

Closed
wants to merge 1 commit into from

Commits on Jan 4, 2024

  1. Update Dockerfile. Add build ARG

    I was building docker image on my windows machine and I got the following error
    ```sqlite3-binding.c:35911:42: error: 'pread64' undeclared here (not in a function); did you mean 'pread'?```
    
    I searched a bit and apply suggestion (suggested [here](mattn/go-sqlite3#1164)
    
    After the change, I was able to build my Docker image successfully on my windows machine. I think suggested change will also work for linux machine.
    abdullahrkw committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7a5d9b8 View commit details
    Browse the repository at this point in the history