Closed ericzinnikas closed 3 years ago
Before I merge this, can you try the build against the develop branch without making any changes? I think this might be an issue between develop
and master
. (In other words, master
is behind. I think it builds on develop
without modification).
Thanks for the PR in either case.
Unfortunately I do receive the same error -- in this repo, it looks like master/develop are at the same commit:
$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
$ git rev-parse HEAD
e2cd854093c6c675eb74ff5a3587c65be0a1e900
$ git checkout develop
Switched to branch 'develop'
Your branch is up to date with 'origin/develop'.
$ git rev-parse HEAD
e2cd854093c6c675eb74ff5a3587c65be0a1e900
Docker build fails with
ld: cannot find -lsqlite3
errors, installing thesqlite-dev
package resolves this: