Follow these steps from the project root.
pubspec.yaml uses a local path override from the third_party/sqlite3.dart submodule, so initialize and update submodules first.
git submodule update --init --recursive third_party/sqlite3.dartdocker build -t libturso:sandbox .docker run --rm -it \
-v "$(pwd):/app" \
-w /app \
libturso:sandboxcargo builddart run bin/libsqlite3_turso.dart