dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Add tclsh, gcc, and libc6-dev (required to rebuild SQLite) to dev Dockerfile #96

Closed jeremyBanks closed 3 years ago

jeremyBanks commented 3 years ago

As suggested at https://github.com/dyedgreen/deno-sqlite/pull/88#issuecomment-729801045, here is a separate PR updating the dev container Dockerfile to add the dependencies necessary to rebuild SQLite from source.