sqlite3 CLi

I’m trying out the new Remix Indie stack. I need to peer into the sqlite3 database on the server. I tried running sqlite3 from the command line; but, it’s not on my path. Do I need to install the sqlite3 CLI? If so, how do I do that?

You should be able to update your Dockerfile, this is the line to change: indie-stack/Dockerfile at main · remix-run/indie-stack · GitHub

Make it:

RUN apt-get update && apt-get install -y openssl sqlite3