Install sqlite3 cli into the development image
authorPablo Zmdl <redacted>
Thu, 17 Jul 2025 09:07:14 +0000 (11:07 +0200)
committerPablo Zmdl <redacted>
Thu, 17 Jul 2025 09:07:14 +0000 (11:07 +0200)
I repeatedly installed it into containers, so I guess it makes sense.

development/Dockerfile

index 596c04d6f84e1f903b8e3c23b206c8d74bf9c1c0..2b9f6e31e157b1ff0ee412044b2320f5accb2885 100644 (file)
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
 USER root
 
 RUN apt-get update \
- && apt-get install -y --no-install-recommends npm git sudo \
+ && apt-get install -y --no-install-recommends npm git sudo sqlite3 \
  && apt-get clean
 
 COPY --chmod=0755 docker-entrypoint.sh /
git clone https://git.99rst.org/PROJECT