sqlite3
The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine. More information: <https://sqlite.org>.
RUN apt-get update && \
apt-get install -y sqlite3
RUN apt-get update && \
apt-get install -y sqlite3
RUN apk add sqlite
RUN pacman -S --noconfirm sqlite
RUN apt-get update && \
apt-get install -y sqlite3
RUN yum install -y sqlite
RUN dnf install -y sqlite
RUN apt-get update && \
apt-get install -y sqlite3