SQLite plugin for asdf version manager
It uses curl, C compiler & dev tools and file. In Ubuntu or similar Debian systems:
apt install curl build-essential file
In Dockerfile:
RUN DEBIAN_FRONTEND=noninteractive apt install -y curl build-essential file
Install the plugin:
asdf plugin-add sqlite
Check asdf readme for instructions on how to install & manage versions of SQLite.